mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
89a471fe57
the latest bfd and company.
34 lines
729 B
Plaintext
34 lines
729 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=gprof.c
|
|
srcname="gprof"
|
|
|
|
# per-host:
|
|
case "${host_cpu}" in
|
|
sparc*) my_host=sparc ;;
|
|
i386*) my_host=i386 ;;
|
|
esac
|
|
|
|
host_makefile_frag=config/mh-${my_host}
|
|
if [ ! -f ${srcdir}/${host_makefile_frag} ] ; then
|
|
host_makefile_frag=
|
|
fi
|
|
|
|
# per-target:
|
|
case "${target_cpu}" in
|
|
sparc*) my_target=sparc ;;
|
|
i386*) my_target=i386 ;;
|
|
*) my_target=dummy ;;
|
|
esac
|
|
|
|
target_makefile_frag=config/mt-${my_target}
|
|
if [ ! -f ${srcdir}/${target_makefile_frag} ] ; then
|
|
target_makefile_frag=
|
|
fi
|
|
|
|
files=
|
|
links=
|