]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
aclocal.m4 (gcc_AC_FUNC_MMAP_BLACKLIST): Blacklist ultrix*.
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Sat, 4 Dec 2004 01:51:47 +0000 (01:51 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 4 Dec 2004 01:51:47 +0000 (01:51 +0000)
* aclocal.m4 (gcc_AC_FUNC_MMAP_BLACKLIST): Blacklist ultrix*.
* configure: Rebuilt.

From-SVN: r91715

gcc/ChangeLog
gcc/aclocal.m4
gcc/configure

index 49df8ee33992cc317835fb7ce0ce246f495cabe4..2a2beff45a9c258fccdeb5ffed84a98279c44aab 100644 (file)
@@ -1,3 +1,10 @@
+2004-12-03  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       2003-10-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+       Backport from mainline
+       * aclocal.m4 (gcc_AC_FUNC_MMAP_BLACKLIST): Blacklist ultrix*.
+       * configure: Rebuilt.
+
 2004-12-03  Richard Henderson  <rth@redhat.com>
 
        2004-09-24  Richard Henderson  <rth@redhat.com>
index 93eed5c2495ed5648dae852383a55d1aed5bf4bc..1d378619a3b776b7a55149b45db6bcd5db25a4b4 100644 (file)
@@ -413,7 +413,7 @@ else
    # read() to the same fd.  The only system known to have a problem here
    # is VMS, where text files have record structure.
    case "$host_os" in
-     vms*) 
+     vms* | ultrix*
         gcc_cv_func_mmap_file=no ;;
      *)
         gcc_cv_func_mmap_file=yes;;
index 729e4dbcc6333c4f49d7a2260da2878b9812f954..fc53e8867435355379075dac33627325a2454cb9 100755 (executable)
@@ -2399,7 +2399,7 @@ EOF
 fi
 
 # Find some useful tools
-for ac_prog in gawk mawk nawk awk
+for ac_prog in mawk gawk nawk awk
 do
 # Extract the first word of "$ac_prog", so it can be a program name with args.
 set dummy $ac_prog; ac_word=$2
@@ -3947,7 +3947,7 @@ else
    # read() to the same fd.  The only system known to have a problem here
    # is VMS, where text files have record structure.
    case "$host_os" in
-     vms*) 
+     vms* | ultrix*
         gcc_cv_func_mmap_file=no ;;
      *)
         gcc_cv_func_mmap_file=yes;;
@@ -8120,7 +8120,7 @@ fi
 echo "$ac_t""$gcc_cv_ld_eh_frame_hdr" 1>&6
 
 echo $ac_n "checking linker --as-needed support""... $ac_c" 1>&6
-echo "configure:8250: checking linker --as-needed support" >&5
+echo "configure:8124: checking linker --as-needed support" >&5
 gcc_cv_ld_as_needed=no
 if test x$gcc_cv_gld_major_version != x -a x$gcc_cv_gld_minor_version != x; then
   if test "$gcc_cv_gld_major_version" -eq 2 -a "$gcc_cv_gld_minor_version" -ge 16 -o "$gcc_cv_gld_major_version" -gt 2 && grep 'EMUL = elf' ../ld/Makefile > /dev/null; then
@@ -8144,7 +8144,7 @@ echo "$ac_t""$gcc_cv_ld_as_needed" 1>&6
 case "$target" in
   mips*-*-*)
     echo $ac_n "checking whether libgloss uses STARTUP directives consistently""... $ac_c" 1>&6
-echo "configure:8127: checking whether libgloss uses STARTUP directives consistently" >&5
+echo "configure:8148: checking whether libgloss uses STARTUP directives consistently" >&5
     gcc_cv_mips_libgloss_startup=no
     gcc_cv_libgloss_srcdir=`echo $srcdir | sed -e 's,/gcc$,,'`/libgloss
     if test "x$exec_prefix" = xNONE; then
@@ -8349,7 +8349,7 @@ fi
 
 
 echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
-echo "configure:8332: checking whether to enable maintainer-specific portions of Makefiles" >&5
+echo "configure:8353: checking whether to enable maintainer-specific portions of Makefiles" >&5
     # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
 if test "${enable_maintainer_mode+set}" = set; then
   enableval="$enable_maintainer_mode"