Commit 5b87e928 by Richard Henderson Committed by Richard Henderson

* fixinc/mkfixinc.sh: Don't disable fixincludes for any linux*.

From-SVN: r37533
parent c55d2670
2000-11-17 Richard Henderson <rth@redhat.com>
* fixinc/mkfixinc.sh: Don't disable fixincludes for any linux*.
2000-11-17 Jim Wilson <wilson@redhat.com> 2000-11-17 Jim Wilson <wilson@redhat.com>
* config/ia64/ia64.c (emit_insn_group_barriers, case CALL_INSN): * config/ia64/ia64.c (emit_insn_group_barriers, case CALL_INSN):
......
...@@ -13,7 +13,7 @@ echo constructing ${target} for $machine ...@@ -13,7 +13,7 @@ echo constructing ${target} for $machine
fixincludes="${machine}" fixincludes="${machine}"
case $machine in case $machine in
i[34567]86-*-linux*) *-*-linux*)
: :
;; ;;
...@@ -32,7 +32,6 @@ case $machine in ...@@ -32,7 +32,6 @@ case $machine in
;; ;;
*-*-netbsd* | \ *-*-netbsd* | \
alpha*-*-linux*libc1* | \
i?86-*-openbsd*) i?86-*-openbsd*)
fixincludes=fixinc.wrap fixincludes=fixinc.wrap
;; ;;
...@@ -57,7 +56,6 @@ case $machine in ...@@ -57,7 +56,6 @@ case $machine in
hppa1.0-*-bsd* | \ hppa1.0-*-bsd* | \
hppa*-*-lites* | \ hppa*-*-lites* | \
*-*-beos* | \ *-*-beos* | \
*-*-linux* | \
*-*-gnu* | \ *-*-gnu* | \
i?86-moss-msdos* | i?86-*-moss* | \ i?86-moss-msdos* | i?86-*-moss* | \
i?86-*-osf1* | \ i?86-*-osf1* | \
......
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