All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gems.ffi-1.9.7.ext.ffi_c.libffi.configure.host Maven / Gradle / Ivy

There is a newer version: 3.7.2
Show newest version
# 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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy