t-lm32: New file.

2010-03-30  Tarik Graba  <tarik.graba@telecom-paristech.fr>

    gcc/
	* config/lm32/t-lm32: New file.
	* config.gcc: Use the above file when targetting lm32.

    libgcc/
	* config/lm32/t-lm32: Remove misplaced MULTILIB_OPTIONS.

From-SVN: r157817
This commit is contained in:
Tarik Graba 2010-03-30 12:26:24 +02:00 committed by Samuel Tardieu
parent fba4883601
commit 15baf7f802
5 changed files with 13 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2010-03-30 Tarik Graba <tarik.graba@telecom-paristech.fr>
* config/lm32/t-lm32: New file.
* config.gcc: Use the above file when targetting lm32.
2010-03-28 Duncan Sands <baldrick@free.fr>
* Makefile.in (PLUGIN_HEADERS): Add except.h.

View File

@ -1498,11 +1498,11 @@ iq2000*-*-elf*)
;;
lm32-*-elf*)
tm_file="dbxelf.h elfos.h ${tm_file}"
tmake_file="${tmake_file} lm32/t-fprules-softfp soft-fp/t-softfp"
tmake_file="${tmake_file} lm32/t-lm32 lm32/t-fprules-softfp soft-fp/t-softfp"
;;
lm32-*-uclinux*)
tm_file="dbxelf.h elfos.h ${tm_file} linux.h lm32/uclinux-elf.h"
tmake_file="${tmake_file} lm32/t-fprules-softfp soft-fp/t-softfp"
tmake_file="${tmake_file} lm32/t-lm32 lm32/t-fprules-softfp soft-fp/t-softfp"
;;
m32r-*-elf*)
tm_file="dbxelf.h elfos.h svr4.h newlib-stdint.h ${tm_file}"

2
gcc/config/lm32/t-lm32 Normal file
View File

@ -0,0 +1,2 @@
# for multilib
MULTILIB_OPTIONS = mmultiply-enabled mbarrel-shift-enabled

View File

@ -1,3 +1,7 @@
2010-03-30 Tarik Graba <tarik.graba@telecom-paristech.fr>
* config/lm32/t-lm32: Remove misplaced MULTILIB_OPTIONS.
2010-03-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
PR target/38085

View File

@ -8,5 +8,3 @@ LIB2ADD += \
$(srcdir)/config/lm32/_modsi3.c \
$(srcdir)/config/lm32/_udivsi3.c \
$(srcdir)/config/lm32/_umodsi3.c
MULTILIB_OPTIONS = mmultiply-enabled mbarrel-shift-enabled