mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-13 11:51:22 +08:00
config.gcc (i[34567]86-*-solaris2*, [...]): Disable fixproto.
* config.gcc (i[34567]86-*-solaris2*, sparc64-*-solaris2*, sparcv9-*-solaris2*, sparc-*-solaris2*): Disable fixproto. From-SVN: r71836
This commit is contained in:
parent
a6e98532bc
commit
96f8d04ec0
@ -1,5 +1,8 @@
|
||||
2003-09-26 Nathanael Nerode <neroden@gcc.gnu.org>
|
||||
|
||||
* config.gcc (i[34567]86-*-solaris2*, sparc64-*-solaris2*,
|
||||
sparcv9-*-solaris2*, sparc-*-solaris2*): Disable fixproto.
|
||||
|
||||
* config/i386/unix.h: Remove (unused) DEFAULT_ASSEMBLER_DIALECT.
|
||||
|
||||
2003-09-26 Loren James Rittle <ljrittle@acm.org>
|
||||
|
@ -1057,6 +1057,7 @@ i[34567]86-*-solaris2*)
|
||||
thread_file='solaris'
|
||||
fi
|
||||
fi
|
||||
use_fixproto=no
|
||||
;;
|
||||
i[34567]86-*-sysv5*) # Intel x86 on System V Release 5
|
||||
tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/sysv5.h"
|
||||
@ -1958,6 +1959,7 @@ sparc64-*-solaris2* | sparcv9-*-solaris2*)
|
||||
fi
|
||||
fi
|
||||
need_64bit_hwint=yes
|
||||
use_fixproto=no
|
||||
;;
|
||||
sparc-*-solaris2*)
|
||||
tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h"
|
||||
@ -2002,6 +2004,7 @@ sparc-*-solaris2*)
|
||||
thread_file='solaris'
|
||||
fi
|
||||
fi
|
||||
use_fixproto=no
|
||||
;;
|
||||
sparc-*-sysv4*)
|
||||
tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sysv4-only.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user