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