diff options
author | Anthony Green <green@moxielogic.com> | 2009-10-04 08:11:33 -0400 |
---|---|---|
committer | Anthony Green <green@moxielogic.com> | 2009-10-04 08:11:33 -0400 |
commit | c6dddbd02bad9654ed58cdb0feb360934d105dec (patch) | |
tree | eac77260c97ba28f2869ec738dedc0e68745de1a /configure.host | |
download | libffi-c6dddbd02bad9654ed58cdb0feb360934d105dec.tar.gz |
Initial commit
Diffstat (limited to 'configure.host')
-rw-r--r-- | configure.host | 11 |
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 |