From aaa8c4b302d57182bab2f8669f89228f3a2d5198 Mon Sep 17 00:00:00 2001 From: Alexander Kabaev Date: Fri, 11 Jul 2003 04:54:45 +0000 Subject: [PATCH] Merge FreeBSD modifications into gcc 3.3.1-prerelease: 1.4 Look into right directory when linking 32-bit binaries. --- contrib/gcc/config/i386/freebsd64.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/gcc/config/i386/freebsd64.h b/contrib/gcc/config/i386/freebsd64.h index 47981bdaa462..7560c24c3636 100644 --- a/contrib/gcc/config/i386/freebsd64.h +++ b/contrib/gcc/config/i386/freebsd64.h @@ -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.