diff options
author | obrien <obrien@FreeBSD.org> | 2002-06-10 15:48:23 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-06-10 15:48:23 +0000 |
commit | b7ea29f50493dd842779df1a5a59bd71a267257b (patch) | |
tree | 8c2c134aefa9a313319fc978709e9d6cc07a7fe4 /contrib/gcc | |
parent | 8ebea63ae6431968bbb7786ab2bb0ddcac19f18b (diff) | |
download | FreeBSD-src-b7ea29f50493dd842779df1a5a59bd71a267257b.zip FreeBSD-src-b7ea29f50493dd842779df1a5a59bd71a267257b.tar.gz |
cvs -j -j gave me two copies of TARGET_VERSION and I didn't notice
it before committing.
Diffstat (limited to 'contrib/gcc')
-rw-r--r-- | contrib/gcc/config/i386/freebsd.h | 3 |
1 files changed, 0 insertions, 3 deletions
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}}}}} \ |