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

Merge FreeBSD modifications into gcc 3.3.1-prerelease:

1.4 Look into right directory when linking 32-bit binaries.
This commit is contained in:
Alexander Kabaev 2003-07-11 04:54:45 +00:00
parent 31653fae42
commit aaa8c4b302
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=117417

View File

@ -22,7 +22,7 @@ Boston, MA 02111-1307, USA. */
/* $FreeBSD$ */
#undef TARGET_VERSION
#undef TARGET_VERSION
#define TARGET_VERSION fprintf (stderr, " (FreeBSD/x86-64 ELF)");
/* Provide a LINK_SPEC appropriate for the FreeBSD/x86-64 ELF target.