summaryrefslogtreecommitdiff
path: root/configure.host
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2009-10-04 08:11:33 -0400
committerAnthony Green <green@moxielogic.com>2009-10-04 08:11:33 -0400
commitc6dddbd02bad9654ed58cdb0feb360934d105dec (patch)
treeeac77260c97ba28f2869ec738dedc0e68745de1a /configure.host
downloadlibffi-c6dddbd02bad9654ed58cdb0feb360934d105dec.tar.gz
Initial commit
Diffstat (limited to 'configure.host')
-rw-r--r--configure.host11
1 files changed, 11 insertions, 0 deletions
diff --git a/configure.host b/configure.host
new file mode 100644
index 0000000..f52457b
--- /dev/null
+++ b/configure.host
@@ -0,0 +1,11 @@
+# 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