]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
t-lm32: New file.
authorTarik Graba <tarik.graba@telecom-paristech.fr>
Tue, 30 Mar 2010 10:26:24 +0000 (12:26 +0200)
committerSamuel Tardieu <sam@gcc.gnu.org>
Tue, 30 Mar 2010 10:26:24 +0000 (10:26 +0000)
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

gcc/ChangeLog
gcc/config.gcc
gcc/config/lm32/t-lm32 [new file with mode: 0644]
libgcc/ChangeLog
libgcc/config/lm32/t-lm32

index 888f9f2dd75e2cf605a3d0c158b41bae6ede4c0a..95b9b01c6974e55bf8735b789e8b0afbcf1339cc 100644 (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.
index d4e733c29c597d67954584879d9611b66d6f3365..e6b2e5f88914e383510c595fc88b5bf60438b6fe 100644 (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}"
diff --git a/gcc/config/lm32/t-lm32 b/gcc/config/lm32/t-lm32
new file mode 100644 (file)
index 0000000..ebe3773
--- /dev/null
@@ -0,0 +1,2 @@
+# for multilib
+MULTILIB_OPTIONS = mmultiply-enabled mbarrel-shift-enabled
index db348ba349c201da7d87d40a7037ad8fed41c5e1..c8726ab312fb5d10206fb31bf6a8250a8c051a4d 100644 (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
index ec760418290b4235cf6981076864ea6d671d1b74..725e09a798a1ec7657ead5171fa18dad854c182d 100644 (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