From ba591f5a882f10537db190126830fee42af14448 Mon Sep 17 00:00:00 2001 From: Bernardo Innocenti Date: Sat, 11 Oct 2003 06:23:20 +0200 Subject: t-uclinux: New target Makefile fragment. * config/m68k/t-uclinux: New target Makefile fragment. * config/m68k/uclinux.h: New target macro file. * config.gcc (m68k-*-uclinux): New target definition. From-SVN: r72328 --- gcc/config.gcc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gcc/config.gcc') diff --git a/gcc/config.gcc b/gcc/config.gcc index c3e54a4..3a51b08 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1323,6 +1323,12 @@ m68k-*-sysv4*) # Motorola m68k's running system V.4 extra_parts="crtbegin.o crtend.o" use_fixproto=yes ;; +m68k-*-uclinux*) # Motorola m68k/ColdFire running uClinux with uClibc + tm_file="m68k/m68k.h m68k/m68k-none.h m68k/m68kelf.h dbxelf.h elfos.h m68k/uclinux.h" + tm_defines="MOTOROLA USE_GAS" + tmake_file=m68k/t-uclinux + use_fixproto=no + ;; m68k-*-linux*) # Motorola m68k's running GNU/Linux # with ELF format using glibc 2 # aka the GNU/Linux C library 6. -- cgit v1.1