mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
18 lines
425 B
Plaintext
18 lines
425 B
Plaintext
# This file is a shell script fragment 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.
|
|
|
|
configdirs=
|
|
srctrigger=readline.c
|
|
srcname="the readline library"
|
|
|
|
# per-host:
|
|
|
|
case "${host_os}" in
|
|
sysv* | irix* | aix*) host_makefile_frag=config/hmake-sysv ;;
|
|
esac
|
|
|
|
# per-target:
|
|
|