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

libgcc/config.host

index 1536eef342ac0403fa38b89497229e39bc4b814c..c5f3d6e070edc4af9d90325445f7904f86bf125d 100644 (file)
@@ -134,9 +134,6 @@ s390*-*-*)
 sh[123456789lbe]*-*-*)
        cpu_type=sh
        ;;
-ba-*)
-       cpu_type=ba
-       ;;
 esac
 
 # Common parts for widely ported systems.
@@ -256,14 +253,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*)