mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
620 B

  1. Glibc checks if the linker supports the -z relro option by reading the output
  2. of '$CC -v --help', but at least with native builds in stage 3, only
  3. '$CC -v --target-help' would give the needed output.
  4. --- ./configure 2007-05-18 04:07:18.000000000 +0200
  5. +++ ./configure 2007-05-31 00:09:59.000000000 +0200
  6. @@ -6134,6 +6134,7 @@
  7. case "$base_machine" in
  8. i[34567]86 | x86_64 | powerpc* | s390* | sparc* | alpha*)
  9. + libc_cv_z_relro=yes
  10. { echo "$as_me:$LINENO: checking for -z relro option" >&5
  11. echo $ECHO_N "checking for -z relro option... $ECHO_C" >&6; }
  12. if test "${libc_cv_z_relro+set}" = set; then