* config.gcc (alpha*-dec-osf[45]*): Disable fixproto.
From-SVN: r71866
This commit is contained in:
parent
75e52d96b8
commit
4bf1dc658b
2 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
2003-09-27 Nathanael Nerode <neroden@gcc.gnu.org>
|
||||
|
||||
* config.gcc (alpha*-dec-osf[45]*): Disable fixproto.
|
||||
* config.gcc (arm*-*-uclinux*): Disable fixproto.
|
||||
* config.gcc (powerpc-*-eabispe*, powerpc-*-eabisimaltivec*,
|
||||
powerpc-*-eabialtivec*): Disable fixproto.
|
||||
|
|
|
@ -576,6 +576,7 @@ alpha*-dec-osf[45]*)
|
|||
tmake_file="${tmake_file} alpha/t-osf-pthread"
|
||||
;;
|
||||
esac
|
||||
use_fixproto=no
|
||||
;;
|
||||
alpha64-dec-*vms*)
|
||||
tm_file="${tm_file} alpha/vms.h alpha/vms64.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue