mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 22:44:39 +02:00
a259e0363d
This was missing in r28038. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28040 3c298f89-4303-0410-b956-a3cf2f4a3e73
11 lines
301 B
Diff
11 lines
301 B
Diff
--- a/gcc/config.gcc
|
|
+++ b/gcc/config.gcc
|
|
@@ -1690,6 +1690,7 @@ m68k-*-linux*) # Motorola m68k's runnin
|
|
if test x$sjlj != x1; then
|
|
tmake_file="$tmake_file m68k/t-slibgcc-elf-ver"
|
|
fi
|
|
+ tmake_file="m68k/t-floatlib m68k/t-m68kbare m68k/t-m68kelf"
|
|
;;
|
|
m68k-*-rtems*)
|
|
default_m68k_cpu=68020
|