Add licensing. Add versioning system. Add missing toolchain entries.
This commit is contained in:
parent
e5594f9710
commit
31ac0d56e6
11
portage/env/gcc-nolto.conf
vendored
11
portage/env/gcc-nolto.conf
vendored
@ -1,6 +1,9 @@
|
|||||||
# Portage env GCC - No LTO.
|
# Portage - env - GCC - No LTO
|
||||||
|
|
||||||
# Copyright 2022 Inference
|
# Copyright 2022 Inference
|
||||||
|
# License: BSD 3-Clause Clear
|
||||||
|
|
||||||
|
# 0.0.0.0
|
||||||
|
|
||||||
|
|
||||||
# Toolchain.
|
# Toolchain.
|
||||||
@ -8,8 +11,14 @@ AR="ar"
|
|||||||
CC="gcc"
|
CC="gcc"
|
||||||
CPP="cpp"
|
CPP="cpp"
|
||||||
CXX="g++"
|
CXX="g++"
|
||||||
|
LD="ld"
|
||||||
NM="nm"
|
NM="nm"
|
||||||
|
OBJCOPY="objcopy"
|
||||||
|
OBJDUMP="objdump"
|
||||||
RANLIB="ranlib"
|
RANLIB="ranlib"
|
||||||
|
READELF="readelf"
|
||||||
|
STRINGS="strings"
|
||||||
|
STRIP="strip"
|
||||||
|
|
||||||
|
|
||||||
# Flags.
|
# Flags.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user