Tue Sep 22 01:20:00 1998 Tom Tromey <tromey@cygnus.com>
authorTom Tromey <tromey@redhat.com>
Tue, 22 Sep 1998 00:30:07 +0000 (00:30 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 22 Sep 1998 00:30:07 +0000 (00:30 +0000)
* ansi3.test: Use gcc and not gcc -traditional.

tests/ChangeLog
tests/ansi3.test

index ac17623..14221d4 100644 (file)
@@ -1,3 +1,7 @@
+Tue Sep 22 01:20:00 1998  Tom Tromey  <tromey@cygnus.com>
+
+       * ansi3.test: Use gcc and not gcc -traditional.
+
 Tue Sep 15 22:19:48 1998  Tom Tromey  <tromey@cygnus.com>
 
        * texinfo7.test: New file.
index e42a7bd..d225054 100755 (executable)
@@ -34,9 +34,11 @@ END
 # Likewise for gcc.
 (gcc -v) > /dev/null 2>&1 || exit 0
 
+# We use gcc and not gcc -traditional as the latter fails on some
+# Linux boxes (Red Hat 5.1 in particular).
 $ACLOCAL \
    && autoconf \
    && $AUTOMAKE -a \
-   && CC='gcc -traditional' ./configure \
+   && CC='gcc' ./configure \
    && $MAKE ANSI2KNR=./ansi2knr U=_ \
    && ./hello