diff options
author | Andreas Jaeger <jaegerandi@gmail.com> | 2012-03-28 09:37:36 +0200 |
---|---|---|
committer | Andreas Jaeger <jaegerandi@gmail.com> | 2012-03-28 09:37:58 +0200 |
commit | 51d8bb8f3b39fe0c52324036ca54c4dc4275628a (patch) | |
tree | 65f1490d3dd0306acdc75889b94f60b9046f7fff /configure | |
parent | 83ef87ba7d5780ecf9d8a2008c9b9b669fe46156 (diff) | |
download | glibc-51d8bb8f3b39fe0c52324036ca54c4dc4275628a.tar.gz |
Regenerate configure files
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 19 |
1 files changed, 1 insertions, 18 deletions
@@ -4306,23 +4306,6 @@ fi # We have now validated the configuration. - -# Look for an `elf' subdirectory of each machine directory. -# We prepend these rather than inserting them whereever the machine appears -# because things specified by the machine's ELF ABI should override -# OS-specific things, and should always be the same for any OS on the -# machine (otherwise what's the point of an ABI?). -elf_dirs= -for d in $add_ons_pfx ''; do - for m in $mach; do - if test -d $srcdir/${d}sysdeps$m/elf; then - elf_dirs="$elf_dirs ${d}sysdeps$m/elf" - fi - done -done -sysnames="`echo $elf_dirs | sed -e 's,//,/,g'` $sysnames" - - # Expand the list of system names into a full list of directories # from each element's parent name and Implies file (if present). set $sysnames @@ -4403,7 +4386,7 @@ $as_echo "$as_me: WARNING: $name/Implies specifies nonexistent $x" >&2;} done # Add the default directories. -default_sysnames="sysdeps/generic/elf sysdeps/generic" +default_sysnames="sysdeps/generic" sysnames="$names $default_sysnames" # The other names were emitted during the scan. |