]> Git Repo - binutils.git/blobdiff - gas/configure.in
don't close a NULL file pointer
[binutils.git] / gas / configure.in
index f2583505912ad805bb6bef1e226d58990022c75f..b9268fa14cd58b190f6d01f06eb422a6ac429df1 100644 (file)
@@ -7,6 +7,8 @@ srctrigger=as.c
 srcname="gas"
 targetdependent=true
 need_bfd=
+target_dependent=true
+
 # per-host:
 
 gas_host=generic
@@ -46,14 +48,21 @@ cpu_type=${target_cpu}
 # assign object format
 case ${target_os} in
 bout*) obj_format=bout ;;
+nindy*) obj_format=bout ;;
 bsd* | sunos*) obj_format=aout ;;
 
-ebmon)
+ebmon-old)
        obj_format=coff
        need_bfd="$(unsubdir)/../bfd$(subdir)/libbfd.a"
        target_cpu=ebmon29k
        ;;
 
+ebmon)
+       obj_format=coff-bfd
+       need_bfd="$(unsubdir)/../bfd$(subdir)/libbfd.a"
+       target_cpu=ebmon29k
+       ;;
+
 generic) obj_format=generic ;;
 
 hds)
This page took 0.023982 seconds and 4 git commands to generate.