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.
This commit is contained in:
David E. O'Brien 2003-04-26 19:16:54 +00:00
parent 2d92ed25ce
commit 9ad1907230
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=114077
2 changed files with 1 additions and 13 deletions

View File

@ -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}"

View File

@ -29,16 +29,6 @@ Boston, MA 02111-1307, USA. */
This is a copy of LINK_SPEC from <i386/freebsd.h> 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} \