1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

This commit was generated by cvs2svn to compensate for changes in r122184,

which included commits to RCS files with non-trunk default branches.
This commit is contained in:
Alexander Kabaev 2003-11-07 02:44:11 +00:00
commit 2528cb539e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=122185
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*)