gcc: enable LTO support unconditionally
[openwrt.git] / toolchain / gcc / patches / 4.6-linaro / 999-coldfire.patch
1 --- a/gcc/config.gcc
2 +++ b/gcc/config.gcc
3 @@ -1809,7 +1809,7 @@ m68k-*-linux*)            # Motorola m68k's runnin
4         default_m68k_cpu=68020
5         default_cf_cpu=5475
6         with_arch=${with_arch:-m68k}
7 -       tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h m68k/linux.h ./sysroot-suffix.h"
8 +       tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h m68k/linux.h"
9         extra_options="${extra_options} m68k/ieee.opt"
10         tm_defines="${tm_defines} MOTOROLA=1"
11         tmake_file="${tmake_file} m68k/t-floatlib m68k/t-linux m68k/t-mlibs"