From 4254bbfe511fdc71611d4e510d071f2b2f7e6b73 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 9 Feb 2011 00:22:56 +0000 Subject: uclinux.opt: New. * config/m68k/uclinux.opt: New. * config.gcc (m68k-*-uclinux*): Use m68k/uclinux.opt. From-SVN: r169958 --- gcc/config.gcc | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/config.gcc') 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" ;; -- cgit v1.1