diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-09-24 08:33:01 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-09-24 08:33:01 +0000 |
commit | c9c60884afdfe24eceb42a59b83240e4b04a4e13 (patch) | |
tree | a331916ffff59e875544b994edce735f40d0afb4 /config.make.in | |
parent | df244a7b4dc2429e5db8f5bded0d9b9c9631285b (diff) |
Update.
2003-09-24 Ulrich Drepper <drepper@redhat.com>
* configure.in: Check for -fpie and -pie compiler options.
* config.make.in (have-fpie): Define.
* sysdeps/unix/sysv/linux/alpha/sys/sysmacros.h: Removed.
* sysdeps/unix/sysv/linux/sparc/sys/sysmacros.h: Removed.
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 21d01f9bc6..a70249fec8 100644 --- a/config.make.in +++ b/config.make.in @@ -54,6 +54,7 @@ have-initfini-array = @libc_cv_initfinit_array@ have-cpp-asm-debuginfo = @libc_cv_cpp_asm_debuginfo@ enable-check-abi = @enable_check_abi@ have-forced-unwind = @libc_cv_forced_unwind@ +have-fpie = @libc_cv_fpie@ static-libgcc = @libc_cv_gcc_static_libgcc@ |