diff options
author | Roland McGrath <roland@hack.frob.com> | 2012-05-14 16:08:25 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-05-16 16:22:50 -0700 |
commit | 30b99d798f9728a96d4766dd3f7fcfe5daae8945 (patch) | |
tree | 1dae148d2523a99037637ee4cdf9e58261bea288 /config.make.in | |
parent | 61653dfb81b776bb72ce4304175b861d77c357a8 (diff) | |
download | glibc-30b99d798f9728a96d4766dd3f7fcfe5daae8945.tar.gz glibc-30b99d798f9728a96d4766dd3f7fcfe5daae8945.tar.xz glibc-30b99d798f9728a96d4766dd3f7fcfe5daae8945.zip |
BZ#10375: Configure magic to use -fno-stack-protector if needed.
Diffstat (limited to 'config.make.in')
-rw-r--r-- | config.make.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.make.in b/config.make.in index 4fa26081ff..f0db19929b 100644 --- a/config.make.in +++ b/config.make.in @@ -34,6 +34,7 @@ config-sysdirs = @sysnames@ cflags-cpu = @libc_cv_cc_submachine@ asflags-cpu = @libc_cv_cc_submachine@ +config-extra-cflags = @libc_extra_cflags@ config-cflags-sse4 = @libc_cv_cc_sse4@ config-cflags-avx = @libc_cv_cc_avx@ config-cflags-sse2avx = @libc_cv_cc_sse2avx@ |