You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
515 B
26 lines
515 B
|
36 years ago
|
# 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=libbfd.c
|
||
|
|
srcname="bfd"
|
||
|
|
commontargets=true
|
||
|
|
|
||
|
|
# per-host:
|
||
|
|
|
||
|
|
if [ ! -f config/hmake-${host} ] ; then
|
||
|
|
echo No such host available: ${host}
|
||
|
|
exit 1
|
||
|
|
fi
|
||
|
|
|
||
|
|
# per-target:
|
||
|
|
|
||
|
|
if [ ! -f config/tmake-${target} ] ; then
|
||
|
|
echo No such target available: ${target}
|
||
|
|
exit 1
|
||
|
|
fi
|
||
|
|
|
||
|
|
files=
|
||
|
|
links=
|