mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* acinclude.m4: Add mips, mipsel, arm, and m68k for Debian.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@10901 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
833abd9e0e
commit
9f9ce9c60a
@ -5,6 +5,8 @@
|
||||
fails. This is necessary to find the symbols on on certain *BSD
|
||||
systems.
|
||||
|
||||
* acinclude.m4: Add mips, mipsel, arm, and m68k for Debian.
|
||||
|
||||
2005-02-06 Chris Lyttle <chris@wilddev.net>
|
||||
|
||||
* src/scm/main.scm: Update for 1.8.11 release
|
||||
|
@ -3374,7 +3374,7 @@ irix5* | irix6*)
|
||||
# This must be Linux ELF.
|
||||
linux-gnu*)
|
||||
case $host_cpu in
|
||||
alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* )
|
||||
alpha* | hppa* | i*86 | mips | mipsel | powerpc* | sparc* | ia64* | arm* | m68k )
|
||||
lt_cv_deplibs_check_method=pass_all ;;
|
||||
*)
|
||||
# glibc up to 2.1.1 does not perform some relocations on ARM
|
||||
|
Loading…
Reference in New Issue
Block a user