mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-06 04:00:26 +02:00
Correct build on FreeBSD/amd64
This commit is contained in:
parent
aa1e0be49b
commit
32b3d7a7a4
2 changed files with 3 additions and 1 deletions
1
THANKS
1
THANKS
|
@ -13,3 +13,4 @@ Sam Steingold <sds@gnu.org>
|
||||||
Jens Troeger <savage@light-speed.de>
|
Jens Troeger <savage@light-speed.de>
|
||||||
Tom Tromey <tromey@redhat.com>
|
Tom Tromey <tromey@redhat.com>
|
||||||
Trent Nelson <trent@snakebite.org>
|
Trent Nelson <trent@snakebite.org>
|
||||||
|
Vitaly Magerya <vmagerya@gmail.com>
|
||||||
|
|
|
@ -87,6 +87,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
case "$host_os" in
|
case "$host_os" in
|
||||||
|
*freebsd*) SHLIB="" ;;
|
||||||
*hpux*) SHLIB="-ldld" ;;
|
*hpux*) SHLIB="-ldld" ;;
|
||||||
*) SHLIB="-ldl" ;;
|
*) SHLIB="-ldl" ;;
|
||||||
esac
|
esac
|
||||||
|
@ -94,7 +95,7 @@ AC_SUBST(SHLIB)
|
||||||
|
|
||||||
cpu=
|
cpu=
|
||||||
case "$target_cpu" in
|
case "$target_cpu" in
|
||||||
i?86|x86_64) cpu=x86 ;;
|
i?86|x86_64|amd64) cpu=x86 ;;
|
||||||
*arm*) cpu=arm ;;
|
*arm*) cpu=arm ;;
|
||||||
*mips*) cpu=mips ;;
|
*mips*) cpu=mips ;;
|
||||||
*powerpc*) cpu=ppc ;;
|
*powerpc*) cpu=ppc ;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue