Gcc 3.3.3 20031106 Objective C support bits.

This commit is contained in:
kan 2003-11-07 02:44:11 +00:00
parent a342444c67
commit fc9b5bb894
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
2003-10-16 Release Manager
* GCC 3.3.2 Released.
2003-09-09 Alan Modra <amodra@bigpond.net.au>
* configure: Regenerate.
2003-08-04 Release Manager
* GCC 3.3.1 Released.

View File

@ -2091,7 +2091,7 @@ x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*)
x86_64-*linux*)
LD="${LD-ld} -m elf_i386"
;;
ppc64-*linux*)
ppc64-*linux*|powerpc64-*linux*)
LD="${LD-ld} -m elf32ppclinux"
;;
s390x-*linux*)