OSDN Git Service

2010-03-30 Tarik Graba <tarik.graba@telecom-paristech.fr>
authorsam <sam@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 30 Mar 2010 10:26:24 +0000 (10:26 +0000)
committersam <sam@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 30 Mar 2010 10:26:24 +0000 (10:26 +0000)
    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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157817 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 888f9f2..95b9b01 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 d4e733c..e6b2e5f 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 db348ba..c8726ab 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 ec76041..725e09a 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