From: K. Richard Pixley Date: Wed, 14 Aug 1991 22:23:44 +0000 (+0000) Subject: Die on missing host fragments, let missing target fragments pass. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=db19f8288308f8197a3dc5b2f186a9e8f0b108a9;p=binutils-gdb.git Die on missing host fragments, let missing target fragments pass. --- diff --git a/binutils/configure.in b/binutils/configure.in new file mode 100644 index 00000000000..4dbcaac5aad --- /dev/null +++ b/binutils/configure.in @@ -0,0 +1,20 @@ +# This file is a shell script that supplies the information necessary +# to tailor a template configure script into the configure script +# appropriate for this directory. For more information, check any +# existing configure script. + +srctrigger=ar.c +srcname="binutils" + +# per-host: + +if [ ! -f config/hmake-${host} ] ; then + echo No such host available: ${host} + exit 1 +fi + +# per-target: + +files= +links= +