summaryrefslogtreecommitdiff
path: root/configure.host
diff options
context:
space:
mode:
authorJosh Triplett <josh@joshtriplett.org>2014-03-16 06:58:59 -0700
committerJosh Triplett <josh@joshtriplett.org>2014-03-16 07:05:28 -0700
commita86bd318e2424d879d784ee7b29d6536d7a17c18 (patch)
treee2ec2402cd02d6dbd95d0f37532fd3927fe19c39 /configure.host
parent9a62a21f5c3a8e1da463229f3170c8ab3031d920 (diff)
downloadlibffi-a86bd318e2424d879d784ee7b29d6536d7a17c18.tar.gz
Merge configure.host into configure.ac
configure.host only has a single entry, and shows no signs of needing more added.
Diffstat (limited to 'configure.host')
-rw-r--r--configure.host11
1 files changed, 0 insertions, 11 deletions
diff --git a/configure.host b/configure.host
deleted file mode 100644
index f52457b..0000000
--- a/configure.host
+++ /dev/null
@@ -1,11 +0,0 @@
-# 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