mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-04 13:06:01 +00:00
12 lines
267 B
Plaintext
12 lines
267 B
Plaintext
# 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
|