summaryrefslogtreecommitdiff
path: root/.svn/text-base/configure.host.svn-base
diff options
context:
space:
mode:
Diffstat (limited to '.svn/text-base/configure.host.svn-base')
-rw-r--r--.svn/text-base/configure.host.svn-base11
1 files changed, 11 insertions, 0 deletions
diff --git a/.svn/text-base/configure.host.svn-base b/.svn/text-base/configure.host.svn-base
new file mode 100644
index 0000000..f52457b
--- /dev/null
+++ b/.svn/text-base/configure.host.svn-base
@@ -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