From b7ea29f50493dd842779df1a5a59bd71a267257b Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 10 Jun 2002 15:48:23 +0000 Subject: cvs -j -j gave me two copies of TARGET_VERSION and I didn't notice it before committing. --- contrib/gcc/config/i386/freebsd.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'contrib') diff --git a/contrib/gcc/config/i386/freebsd.h b/contrib/gcc/config/i386/freebsd.h index 12a0316..d3ca44e 100644 --- a/contrib/gcc/config/i386/freebsd.h +++ b/contrib/gcc/config/i386/freebsd.h @@ -25,9 +25,6 @@ Boston, MA 02111-1307, USA. */ /* $FreeBSD$ */ -#undef TARGET_VERSION -#define TARGET_VERSION fprintf (stderr, " (i386 FreeBSD/ELF)"); - #undef CC1_SPEC #define CC1_SPEC "%(cc1_cpu) %{profile:-p} \ %{gline:%{!g:%{!g0:%{!g1:%{!g2: -g1}}}}} \ -- cgit v1.1