aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2011-02-09 00:22:56 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2011-02-09 00:22:56 +0000
commit4254bbfe511fdc71611d4e510d071f2b2f7e6b73 (patch)
tree1a06bce805d4a70549f28cba021cd7a17d6c8415 /gcc/config.gcc
parent435d189521ed8734e79969f90db0f8886e009466 (diff)
downloadgcc-4254bbfe511fdc71611d4e510d071f2b2f7e6b73.zip
gcc-4254bbfe511fdc71611d4e510d071f2b2f7e6b73.tar.gz
gcc-4254bbfe511fdc71611d4e510d071f2b2f7e6b73.tar.bz2
uclinux.opt: New.
* config/m68k/uclinux.opt: New. * config.gcc (m68k-*-uclinux*): Use m68k/uclinux.opt. From-SVN: r169958
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index cc069cd..54b822e 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -1768,6 +1768,7 @@ m68k-*-uclinux*) # Motorola m68k/ColdFire running uClinux
default_m68k_cpu=68020
default_cf_cpu=5206
tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h flat.h m68k/linux.h m68k/uclinux.h ./sysroot-suffix.h"
+ extra_options="${extra_options} m68k/uclinux.opt"
tm_defines="${tm_defines} MOTOROLA=1"
tmake_file="m68k/t-floatlib m68k/t-uclinux m68k/t-mlibs"
;;