Move CPU_FLAGS_X86 into package.use
This commit is contained in:
parent
b773ad15d4
commit
b25e2c3fe9
@ -9,5 +9,3 @@ FFLAGS="${COMMON_FLAGS}"
|
|||||||
# '-Wl,-z,relro' : make segments RO after relocation
|
# '-Wl,-z,relro' : make segments RO after relocation
|
||||||
# '-Wl,-z,now' : disable lazy-binding
|
# '-Wl,-z,now' : disable lazy-binding
|
||||||
LDFLAGS="-Wl,-O2 -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -fdiagnostics-color=always -Wl,--defsym=__gentoo_check_ldflags__=0"
|
LDFLAGS="-Wl,-O2 -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -fdiagnostics-color=always -Wl,--defsym=__gentoo_check_ldflags__=0"
|
||||||
|
|
||||||
CPU_FLAGS_X86="aes"
|
|
||||||
|
1
package.use/00cpuflags
Normal file
1
package.use/00cpuflags
Normal file
@ -0,0 +1 @@
|
|||||||
|
*/* CPU_FLAGS_X86: aes
|
Reference in New Issue
Block a user