aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc18
1 files changed, 2 insertions, 16 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 84de1a3..d9d6ec3 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -277,6 +277,8 @@ case ${target} in
| crisv32-*-* \
| i[34567]86-go32-* \
| i[34567]86-*-go32* \
+ | m32r-*-linux* \
+ | m32rle-*-linux* \
| m68k-*-uclinuxoldabi* \
| mips64orion*-*-rtems* \
| pdp11-*-bsd \
@@ -2302,22 +2304,6 @@ m32r-*-elf*)
m32rle-*-elf*)
tm_file="elfos.h newlib-stdint.h m32r/little.h ${tm_file}"
;;
-m32r-*-linux*)
- tm_file="elfos.h gnu-user.h linux.h glibc-stdint.h ${tm_file} m32r/linux.h"
- tmake_file="${tmake_file} m32r/t-linux t-slibgcc"
- gnu_ld=yes
- if test x$enable_threads = xyes; then
- thread_file='posix'
- fi
- ;;
-m32rle-*-linux*)
- tm_file="elfos.h gnu-user.h linux.h glibc-stdint.h m32r/little.h ${tm_file} m32r/linux.h"
- tmake_file="${tmake_file} m32r/t-linux t-slibgcc"
- gnu_ld=yes
- if test x$enable_threads = xyes; then
- thread_file='posix'
- fi
- ;;
m68k-*-elf* | fido-*-elf*)
case ${target} in
fido-*-elf*)