mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-26 13:30:30 +00:00
21 lines
402 B
Plaintext
21 lines
402 B
Plaintext
# 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=
|
|
|