You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# configure.host
|
|
#
|
|
# This shell script handles all host based configuration for libffi.
|
|
#
|
|
|
|
# THIS TABLE IS SORTED. KEEP IT THAT WAY.
|
|
case "${host}" in
|
|
frv*-elf)
|
|
LDFLAGS=`echo $LDFLAGS | sed "s/\-B[^ ]*libgloss\/frv\///"`\ -B`pwd`/../libgloss/frv/
|
|
;;
|
|
esac
|