From: Niklas Hallqvist Date: Sat, 23 Jan 1993 23:26:18 +0000 (+0000) Subject: * config/m68k/tower-as.h (STARTFILE_SPEC): Moved to tower.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=028aaf1aadc443d0718100c8a8e751754255d3ad;p=gcc.git * config/m68k/tower-as.h (STARTFILE_SPEC): Moved to tower.h. From-SVN: r3313 --- diff --git a/gcc/config/m68k/tower-as.h b/gcc/config/m68k/tower-as.h index 2e7da48cfaa..dfdd607bfd2 100644 --- a/gcc/config/m68k/tower-as.h +++ b/gcc/config/m68k/tower-as.h @@ -46,14 +46,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define CPP_SPEC "-D__TOWER_ASM__ %{m68881:-D__HAVE_68881__}" -/* The startfiles and libraries depend on the -p and -m68881 options. - The Tower does not support the -pg option. */ - -#define STARTFILE_SPEC \ -"%{p:%{m68881:/usr/lib/fp/mcrt1.o}%{!m68881:/lib/mcrt1.o}} \ - %{!p:%{m68881:/usr/lib/fp/crt1.o}%{!m68881:/lib/crt1.o}} \ - crtbegin.o%s" - /* We don't want local labels to start with period. See ASM_OUTPUT_INTERNAL_LABEL. */ #undef LOCAL_LABEL_PREFIX