]> git.ipfire.org Git - thirdparty/gcc.git/blob - libffi/configure.host
linux64_closure.S: Add new ABI support.
[thirdparty/gcc.git] / libffi / configure.host
1 # configure.host
2 #
3 # This shell script handles all host based configuration for libffi.
4 #
5
6 # THIS TABLE IS SORTED. KEEP IT THAT WAY.
7 case "${host}" in
8 frv*-elf)
9 LDFLAGS=`echo $LDFLAGS | sed "s/\-B[^ ]*libgloss\/frv\///"`\ -B`pwd`/../libgloss/frv/
10 ;;
11 esac