diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2016-08-23 14:14:35 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-23 14:14:35 -0700 |
commit | 8a4870c2f8788c097d71194cb6d334cef1ae31ab (patch) | |
tree | b891c1b351fbce138686c327ddfbd53874b61974 /config/libc/glibc.in.2 | |
parent | 87eb166c5bd52b4d205fb652cc3981e0a9c12d65 (diff) | |
parent | b7ef2697ca4ec3f5409420cb0ded852b77b84c5e (diff) | |
download | crosstool-ng-8a4870c2f8788c097d71194cb6d334cef1ae31ab.tar.gz crosstool-ng-8a4870c2f8788c097d71194cb6d334cef1ae31ab.tar.bz2 crosstool-ng-8a4870c2f8788c097d71194cb6d334cef1ae31ab.zip |
Merge pull request #383 from stilor/multilib
Multilib support
Diffstat (limited to 'config/libc/glibc.in.2')
-rw-r--r-- | config/libc/glibc.in.2 | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/config/libc/glibc.in.2 b/config/libc/glibc.in.2 index 346f9b7c..104552a6 100644 --- a/config/libc/glibc.in.2 +++ b/config/libc/glibc.in.2 @@ -55,16 +55,6 @@ config LIBC_GLIBC_EXTRA_CFLAGS help Extra target CFLAGS to use when building. -config LIBC_EXTRA_CC_ARGS - string - prompt "gcc extra flags" - default "" - help - Extra flags to pass gcc when building. - - Seldom used, except for sparc64 which seems to need the flag -64 - to be passed onto gcc. - config LIBC_ENABLE_FORTIFIED_BUILD bool prompt "Enable fortified build (EXPERIMENTAL)" |