* fixinc/mkfixinc.sh: Don't disable fixincludes for any linux*.
From-SVN: r37533
This commit is contained in:
parent
c55d267039
commit
5b87e928be
2 changed files with 5 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
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>
|
||||
|
||||
* config/ia64/ia64.c (emit_insn_group_barriers, case CALL_INSN):
|
||||
|
|
|
@ -13,7 +13,7 @@ echo constructing ${target} for $machine
|
|||
fixincludes="${machine}"
|
||||
|
||||
case $machine in
|
||||
i[34567]86-*-linux*)
|
||||
*-*-linux*)
|
||||
:
|
||||
;;
|
||||
|
||||
|
@ -32,7 +32,6 @@ case $machine in
|
|||
;;
|
||||
|
||||
*-*-netbsd* | \
|
||||
alpha*-*-linux*libc1* | \
|
||||
i?86-*-openbsd*)
|
||||
fixincludes=fixinc.wrap
|
||||
;;
|
||||
|
@ -57,7 +56,6 @@ case $machine in
|
|||
hppa1.0-*-bsd* | \
|
||||
hppa*-*-lites* | \
|
||||
*-*-beos* | \
|
||||
*-*-linux* | \
|
||||
*-*-gnu* | \
|
||||
i?86-moss-msdos* | i?86-*-moss* | \
|
||||
i?86-*-osf1* | \
|
||||
|
|
Loading…
Add table
Reference in a new issue