aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorRichard Sandiford <richard@codesourcery.com>2007-01-18 19:04:52 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2007-01-18 19:04:52 +0000
commit78218d899779528fc2fe6ec5c01ce8b22f2fb404 (patch)
treeebfd90da6d45a1ab9f4b5ab63c1ac5278e4a139a /gcc/config.gcc
parent5189ab949ec36792eea8d11f4f64f611f5855522 (diff)
downloadgcc-78218d899779528fc2fe6ec5c01ce8b22f2fb404.zip
gcc-78218d899779528fc2fe6ec5c01ce8b22f2fb404.tar.gz
gcc-78218d899779528fc2fe6ec5c01ce8b22f2fb404.tar.bz2
config.gcc (m68k-*-uclinux*): Base the port on the common and m68k GNU/Linux files rather than on the generic...
gcc/ * config.gcc (m68k-*-uclinux*): Base the port on the common and m68k GNU/Linux files rather than on the generic ELF ones. * config/m68k/uclinux.h (TARGET_VERSION): Override. (TARGET_OS_CPP_BUILTINS): Use LINUX_TARGET_OS_CPP_BUILTINS. From-SVN: r120911
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc5
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index d611a8c..6acecd3 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -1523,8 +1523,9 @@ m68k-*-uclinux*) # Motorola m68k/ColdFire running uClinux
# with uClibc, using the new GNU/Linux-style
# ABI.
default_m68k_cpu=68020
- tm_file="m68k/m68k.h m68k/m68k-none.h m68k/m68kelf.h dbxelf.h elfos.h m68k/uclinux.h"
- tm_defines="${tm_defines} MOTOROLA USE_GAS"
+ tm_file="m68k/m68k.h dbxelf.h elfos.h svr4.h linux.h m68k/linux.h m68k/uclinux.h"
+ tm_defines="${tm_defines} MOTOROLA USE_GAS UCLIBC_DEFAULT=1"
+ extra_options="${extra_options} linux.opt"
tmake_file=m68k/t-uclinux
use_fixproto=no
;;