diff options
author | Tarik Graba <tarik.graba@telecom-paristech.fr> | 2010-03-30 12:26:24 +0200 |
---|---|---|
committer | Samuel Tardieu <sam@gcc.gnu.org> | 2010-03-30 10:26:24 +0000 |
commit | 15baf7f8027c8528628b1c19bb2ef62ddf134e79 (patch) | |
tree | 2997512557b4a416dede61a47b68671c4974935a /gcc | |
parent | fba4883601a9911a838f86ca160c3c5ef936678e (diff) | |
download | gcc-15baf7f8027c8528628b1c19bb2ef62ddf134e79.zip gcc-15baf7f8027c8528628b1c19bb2ef62ddf134e79.tar.gz gcc-15baf7f8027c8528628b1c19bb2ef62ddf134e79.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config.gcc | 4 | ||||
-rw-r--r-- | gcc/config/lm32/t-lm32 | 2 |
3 files changed, 9 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 888f9f2..95b9b01 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/config.gcc b/gcc/config.gcc index d4e733c..e6b2e5f 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -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 index 0000000..ebe3773 --- /dev/null +++ b/gcc/config/lm32/t-lm32 @@ -0,0 +1,2 @@ +# for multilib +MULTILIB_OPTIONS = mmultiply-enabled mbarrel-shift-enabled |