diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-05-19 10:22:19 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-05-19 10:22:19 -0300 |
commit | f294306ba1385b096f4e4cac9146a989f1e6d1c0 (patch) | |
tree | 04972266ccd8644312393beddfbaeac9611cd81f /config.h.in | |
parent | 1805bf753f6fec9ccaeb305b748cfb9a26041d1c (diff) | |
download | glibc-f294306ba1385b096f4e4cac9146a989f1e6d1c0.tar.gz glibc-f294306ba1385b096f4e4cac9146a989f1e6d1c0.tar.xz glibc-f294306ba1385b096f4e4cac9146a989f1e6d1c0.zip |
Remove --enable-stackguard-randomization (BZ #27872)
Last ENABLE_STACKGUARD_RANDOMIZE usage was removed by 4a103975c4.
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in index 99036b887f..d54c8c5d13 100644 --- a/config.h.in +++ b/config.h.in @@ -160,9 +160,6 @@ /* Define if your compiler defaults to -msecure-plt mode on ppc. */ #undef HAVE_PPC_SECURE_PLT -/* Define if __stack_chk_guard canary should be randomized at program startup. */ -#undef ENABLE_STACKGUARD_RANDOMIZE - /* Define if memory tagging support should be enabled. */ #undef USE_MTAG |