Added ctor.c
[deliverable/binutils-gdb.git] / configure.in
index ffd613f2a9fc62928944cea77892e843a5d7ac3e..1977d6bafcc44d2b079be715d4e0e0bbf68465b5 100644 (file)
@@ -4,16 +4,17 @@
 # any existing configure script.
 
 configdirs="libiberty bfd binutils bison gcc readline ld gas gnulib clib gdb emacs make grep diff rcs gdbm cvs prms"
-srctrigger=README.configure
+srctrigger=README
 srcname="gnu development package"
 
 # per-host:
 
-# XXX - FIXME there needs to be a case for hmake-dgux
+# XXX - FIXME there needs to be a case for mh_dgux
 
 case "${host_os}" in
-sysv* | irix*) host_makefile_frag=config/hmake-sysv ;;
-svr4)          host_makefile_frag=config/hmake-svr4 ;;
+m88kbcs)       host_makefile_frag=config/mh-delta88;;
+sysv* | irix*) host_makefile_frag=config/mh-sysv ;;
+svr4)          host_makefile_frag=config/mh-svr4 ;;
 esac
 
 # per-target:
@@ -35,7 +36,7 @@ amd)
 esac
 
 
-target_makefile_frag=config/t-${bfd_target}
+target_makefile_frag=config/mt-${bfd_target}
 
 
 #
This page took 0.022986 seconds and 4 git commands to generate.