ffi.c (ffi_call_win32): Add new argument to prototype for specify calling-convention.
[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