From 61b472de772225d580ede677059a11edb02c3e36 Mon Sep 17 00:00:00 2001 From: obrien Date: Sat, 26 Apr 2003 19:16:54 +0000 Subject: Remove the last vestiges (I hope) of the mixed ELF/a.out support. As a plus we can use the stock CC1_SPEC and ASM_SPEC for AMD64. --- contrib/gcc/config/i386/freebsd.h | 4 +--- contrib/gcc/config/i386/freebsd64.h | 10 ---------- 2 files changed, 1 insertion(+), 13 deletions(-) (limited to 'contrib') diff --git a/contrib/gcc/config/i386/freebsd.h b/contrib/gcc/config/i386/freebsd.h index 028d432..93ff899 100644 --- a/contrib/gcc/config/i386/freebsd.h +++ b/contrib/gcc/config/i386/freebsd.h @@ -25,9 +25,7 @@ Boston, MA 02111-1307, USA. */ /* $FreeBSD$ */ #undef CC1_SPEC -#define CC1_SPEC "%(cc1_cpu) %{profile:-p} \ - %{gline:%{!g:%{!g0:%{!g1:%{!g2: -g1}}}}} \ - " +#define CC1_SPEC "%(cc1_cpu) %{profile:-p}" #undef ASM_SPEC #define ASM_SPEC "%{v*: -v}" diff --git a/contrib/gcc/config/i386/freebsd64.h b/contrib/gcc/config/i386/freebsd64.h index 61eab79..b0a4209 100644 --- a/contrib/gcc/config/i386/freebsd64.h +++ b/contrib/gcc/config/i386/freebsd64.h @@ -29,16 +29,6 @@ Boston, MA 02111-1307, USA. */ This is a copy of LINK_SPEC from tweaked for the x86-64 target. */ -#undef CC1_SPEC -#define CC1_SPEC "%(cc1_cpu) %{profile:-p} \ - %{gline:%{!g:%{!g0:%{!g1:%{!g2: -g1}}}}} \ - %{maout: %{!mno-underscores: %{!munderscores: -munderscores }}}" - -#undef ASM_SPEC -#define ASM_SPEC "%{v*: -v} %{maout: %{fpic:-k} %{fPIC:-k}} \ - %{Qy:} %{!Qn:-Qy} %{n} %{T} %{Ym,*} %{Yd,*} \ - %{Wa,*:%*} %{m32:--32}" - #undef LINK_SPEC #define LINK_SPEC "\ %{!m32:-m elf_x86_64} \ -- cgit v1.1