Commit 79363e2f by Richard Henderson Committed by Richard Henderson

configure (alpha-*-linuxecoff, [...]): Run fixincludes.

* configure (alpha-*-linuxecoff, alpha-*-linux-gnulibc1):
Run fixincludes.

From-SVN: r18944
parent 4e86caed
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) Wed Apr 1 22:26:22 1998 Jeffrey A Law (law@cygnus.com)
* fold-const.c optimze_bit_field_compare): Initialize rnbitpos, * fold-const.c optimze_bit_field_compare): Initialize rnbitpos,
......
...@@ -1998,7 +1998,6 @@ for machine in $build $host $target; do ...@@ -1998,7 +1998,6 @@ for machine in $build $host $target; do
xm_file="${xm_file} alpha/xm-linux.h" xm_file="${xm_file} alpha/xm-linux.h"
gas=no gas=no
xmake_file=none xmake_file=none
fixincludes=Makefile.in
gas=yes gnu_ld=yes gas=yes gnu_ld=yes
;; ;;
alpha*-*-linux-gnulibc1*) alpha*-*-linux-gnulibc1*)
...@@ -2006,7 +2005,6 @@ for machine in $build $host $target; do ...@@ -2006,7 +2005,6 @@ for machine in $build $host $target; do
xm_file="${xm_file} alpha/xm-linux.h" xm_file="${xm_file} alpha/xm-linux.h"
tmake_file="t-linux t-linux-gnulibc1" tmake_file="t-linux t-linux-gnulibc1"
xmake_file=none xmake_file=none
fixincludes=Makefile.in
gas=yes gnu_ld=yes gas=yes gnu_ld=yes
if [ x$enable_threads = xyes ]; then if [ x$enable_threads = xyes ]; then
thread_file='posix' thread_file='posix'
......
...@@ -315,7 +315,6 @@ for machine in $build $host $target; do ...@@ -315,7 +315,6 @@ for machine in $build $host $target; do
xm_file="${xm_file} alpha/xm-linux.h" xm_file="${xm_file} alpha/xm-linux.h"
gas=no gas=no
xmake_file=none xmake_file=none
fixincludes=Makefile.in
gas=yes gnu_ld=yes gas=yes gnu_ld=yes
;; ;;
alpha*-*-linux-gnulibc1*) alpha*-*-linux-gnulibc1*)
...@@ -323,7 +322,6 @@ for machine in $build $host $target; do ...@@ -323,7 +322,6 @@ for machine in $build $host $target; do
xm_file="${xm_file} alpha/xm-linux.h" xm_file="${xm_file} alpha/xm-linux.h"
tmake_file="t-linux t-linux-gnulibc1" tmake_file="t-linux t-linux-gnulibc1"
xmake_file=none xmake_file=none
fixincludes=Makefile.in
gas=yes gnu_ld=yes gas=yes gnu_ld=yes
if [[ x$enable_threads = xyes ]]; then if [[ x$enable_threads = xyes ]]; then
thread_file='posix' thread_file='posix'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment