]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config.host: Revert unwanted commit.
authorUros Bizjak <uros@gcc.gnu.org>
Wed, 24 Aug 2011 18:05:42 +0000 (20:05 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Wed, 24 Aug 2011 18:05:42 +0000 (20:05 +0200)
From-SVN: r178045

libgcc/config.host

index 858cdab6746fb94e82cb014b9327a59b63693c3f..55af65160930119a7d3c8c6bdcb2f7a357894eff 100644 (file)
@@ -127,9 +127,6 @@ s390*-*-*)
 sh[123456789lbe]*-*-*)
        cpu_type=sh
        ;;
-ba-*)
-       cpu_type=ba
-       ;;
 esac
 
 # Common parts for widely ported systems.
@@ -251,14 +248,6 @@ fr30-*-elf)
        ;;
 frv-*-elf)
        ;;
-ba-*-elf*)
-       extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crti.o crtn.o"
-       tmake_file="ba/t-default"
-       ;;
-ba-*linux*)
-       extra_parts="$extra_parts crti.o crtn.o"
-       tmake_file="ba/t-default"
-       ;;
 frv-*-*linux*)
        ;;
 h8300-*-rtems*)