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

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.