diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-04-02 01:13:17 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-04-02 01:13:17 +0000 |
commit | 13bfd88b8d748793caae7e797e9e7fb8df8738fe (patch) | |
tree | 8383f28556bbdd0a8d654c3ed1f4dd1f37313267 /gcc | |
parent | 93b6a460e81b4f327948db4b5235a6b04581094f (diff) | |
download | gcc-13bfd88b8d748793caae7e797e9e7fb8df8738fe.tar.gz |
* configure (alpha-*-linuxecoff, alpha-*-linux-gnulibc1):
Run fixincludes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18944 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rwxr-xr-x | gcc/configure | 2 | ||||
-rw-r--r-- | gcc/configure.in | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 77b15f34adb..80459cb1f7b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Thu Apr 2 01:01:34 1998 Richard Henderson <rth@cygnus.com> + + * configure (alpha-*-linuxecoff, alpha-*-linux-gnulibc1): + Run fixincludes. + Wed Apr 1 22:26:22 1998 Jeffrey A Law (law@cygnus.com) * fold-const.c optimze_bit_field_compare): Initialize rnbitpos, diff --git a/gcc/configure b/gcc/configure index 90b43098d62..9e3fb24e757 100755 --- a/gcc/configure +++ b/gcc/configure @@ -1998,7 +1998,6 @@ for machine in $build $host $target; do xm_file="${xm_file} alpha/xm-linux.h" gas=no xmake_file=none - fixincludes=Makefile.in gas=yes gnu_ld=yes ;; alpha*-*-linux-gnulibc1*) @@ -2006,7 +2005,6 @@ for machine in $build $host $target; do xm_file="${xm_file} alpha/xm-linux.h" tmake_file="t-linux t-linux-gnulibc1" xmake_file=none - fixincludes=Makefile.in gas=yes gnu_ld=yes if [ x$enable_threads = xyes ]; then thread_file='posix' diff --git a/gcc/configure.in b/gcc/configure.in index 0a0fc4100f1..c93a6248e65 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -315,7 +315,6 @@ for machine in $build $host $target; do xm_file="${xm_file} alpha/xm-linux.h" gas=no xmake_file=none - fixincludes=Makefile.in gas=yes gnu_ld=yes ;; alpha*-*-linux-gnulibc1*) @@ -323,7 +322,6 @@ for machine in $build $host $target; do xm_file="${xm_file} alpha/xm-linux.h" tmake_file="t-linux t-linux-gnulibc1" xmake_file=none - fixincludes=Makefile.in gas=yes gnu_ld=yes if [[ x$enable_threads = xyes ]]; then thread_file='posix' |