aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc13
1 files changed, 1 insertions, 12 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 612a333791f..3fa9d5877a1 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -236,7 +236,7 @@ md_file=
# Obsolete configurations.
case ${target} in
- mep-* \
+ nothing \
)
if test "x$enable_obsolete" != xyes; then
echo "*** Configuration ${target} is obsolete." >&2
@@ -1918,17 +1918,6 @@ mcore-*-elf)
tmake_file=mcore/t-mcore
inhibit_libc=true
;;
-mep-*-*)
- tm_file="dbxelf.h elfos.h ${tm_file} newlib-stdint.h"
- tmake_file=mep/t-mep
- c_target_objs="mep-pragma.o"
- cxx_target_objs="mep-pragma.o"
- if test -d "${srcdir}/../newlib/libc/include" &&
- test "x$with_headers" = x; then
- with_headers=yes
- fi
- use_gcc_stdint=wrap
- ;;
microblaze*-linux*)
case $target in
microblazeel-*)