* size.c (berkeley_sum): Rewrite. Skip sections which are not
[deliverable/binutils-gdb.git] / configure.in
index f56da92af8e6728dd64a2a2a94dc8426e54aaadd..b3f4f6ebc0503b92859944bdf56d4fe9da03da69 100644 (file)
@@ -110,7 +110,6 @@ case "${host}" in
   m68k-hp-hpux*)         host_makefile_frag=config/mh-hp300 ;;
   m68k-apollo-sysv*)      host_makefile_frag=config/mh-apollo68 ;;
   m68k-apollo-bsd*)       host_makefile_frag=config/mh-a68bsd ;;
-  m68k-*-linux*)         host_makefile_frag=config/mh-linux ;;
   m88k-dg-dgux*)         host_makefile_frag=config/mh-dgux ;;
   m88k-harris-cxux*)     host_makefile_frag=config/mh-cxux ;;
   m88k-motorola-sysv*)    host_makefile_frag=config/mh-delta88;;
@@ -128,7 +127,6 @@ case "${host}" in
   i[3456]86-*-sco3.2v5*)  host_makefile_frag=config/mh-sysv ;;
   i[3456]86-*-sco*)       host_makefile_frag=config/mh-sco ;;
   i[3456]86-*-isc*)      host_makefile_frag=config/mh-sysv ;;
-  i[3456]86-*-linux*)     host_makefile_frag=config/mh-linux ;;
   i[3456]86-*-solaris2*)  host_makefile_frag=config/mh-sysv4 ;;
   i[3456]86-*-aix*)      host_makefile_frag=config/mh-aix386 ;;
   i[3456]86-*-go32*)     host_makefile_frag=config/mh-go32 ;;
@@ -562,6 +560,11 @@ case "${target}" in
            use_gnu_ld=no
     fi
     ;;
+# start-sanitize-tic80
+  tic80-*-*)
+    noconfigdirs="$noconfigdirs gcc gdb ld target-libio target-libg++ target-libstdc++ target-libgloss"
+    ;;
+# end-sanitize-tic80
   v810-*-*)
     noconfigdirs="$noconfigdirs bfd binutils gas gcc gdb ld target-libio target-libg++ target-libstdc++ opcodes target-libgloss"
     ;;
This page took 0.024072 seconds and 4 git commands to generate.