repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Daily bump.
[official-gcc.git]
/
libffi
/
configure.host
blob
f52457b39fd48f22ec026fa6127e2f286d1f0e46
1
# configure.host
2
#
3
# This shell script handles all host based configuration for libffi.
4
#
5
6
# THIS TABLE IS SORTED. KEEP IT THAT WAY.
7
case "${host}" in
8
frv*-elf)
9
LDFLAGS=`echo $LDFLAGS | sed "s/\-B[^ ]*libgloss\/frv\///"`\ -B`pwd`/../libgloss/frv/
10
;;
11
esac