Change microarchitecture from Zen 1 to Zen 3 due to CPU architecture change. Sort toolchain commands A-Z.
This commit is contained in:
parent
31bd670a72
commit
20044eb6a4
12
portage/env/basic.conf
vendored
12
portage/env/basic.conf
vendored
@ -9,19 +9,19 @@ CC="clang"
|
||||
CPP="clang-cpp"
|
||||
CXX="clang++"
|
||||
LD="ld.lld"
|
||||
STRINGS="llvm-strings"
|
||||
STRIP="llvm-strip"
|
||||
NM="llvm-nm"
|
||||
RANLIB="llvm-ranlib"
|
||||
READELF="llvm-readelf"
|
||||
OBJCOPY="llvm-objcopy"
|
||||
OBJDUMP="llvm-objdump"
|
||||
RANLIB="llvm-ranlib"
|
||||
READELF="llvm-readelf"
|
||||
STRINGS="llvm-strings"
|
||||
STRIP="llvm-strip"
|
||||
|
||||
|
||||
# Flags.
|
||||
## Compiler flags.
|
||||
CFLAGS="-march=znver1 -O2 -pipe -U__gnu_linux__"
|
||||
CXXFLAGS="-march=znver1 -O2 -pipe"
|
||||
CFLAGS="-march=znver3 -O2 -pipe -U__gnu_linux__"
|
||||
CXXFLAGS="-march=znver3 -O2 -pipe"
|
||||
|
||||
## Linker flags.
|
||||
LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind"
|
||||
|
Loading…
x
Reference in New Issue
Block a user