diff options
author | Niklas Hallqvist <niklas@gnu.org> | 1993-01-23 23:26:18 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@gnu.org> | 1993-01-23 23:26:18 +0000 |
commit | 028aaf1aadc443d0718100c8a8e751754255d3ad (patch) | |
tree | 4b257024b2e0b5c3059417bd4dd26b8bf743fd49 /gcc | |
parent | 8b710c4f2433a31b8463831e1d718dc43595c373 (diff) | |
download | gcc-028aaf1aadc443d0718100c8a8e751754255d3ad.zip gcc-028aaf1aadc443d0718100c8a8e751754255d3ad.tar.gz gcc-028aaf1aadc443d0718100c8a8e751754255d3ad.tar.bz2 |
* config/m68k/tower-as.h (STARTFILE_SPEC): Moved to tower.h.
From-SVN: r3313
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/m68k/tower-as.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/config/m68k/tower-as.h b/gcc/config/m68k/tower-as.h index 2e7da48..dfdd607 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 |