Add a bunch of config files to .Sanitize, add some config stuff to Makefile.in
[deliverable/binutils-gdb.git] / readline / configure.in
index e56aab61c6ccc864d50c7c11002e6d880731b339..ffc54b4547480e84bacad8bd6a3306166ce99f6d 100644 (file)
@@ -14,7 +14,7 @@ files=sysdep-norm.h
 links=sysdep.h
 
 case "${host_os}" in
-m88kbcs | sysv* | irix*)
+m88kbcs | sysv*)
        host_makefile_frag=config/hm-sysv
        ;;
 
@@ -24,11 +24,21 @@ aix*)
        rs6000) files=sysdep-aix.h
        esac
        ;;
+
+irix*)
+       host_makefile_frag=config/hm-sysv
+       files=sysdep-irix.h
+       ;;
+
+newsos*)
+       files=sysdep-newsos.h
+       ;;
 esac
 
 case "${host_vendor}" in
 sco* )
        host_makefile_frag=config/hm-sco
+       files=sysdep-sco.h
        ;;
 esac
 
This page took 0.024657 seconds and 4 git commands to generate.