fix abi and abilibdirext if using old GCC
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4893 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -58,11 +58,12 @@ case $abi in
|
||||
fi
|
||||
# Old GCC
|
||||
abi=''
|
||||
abilibdirext=''
|
||||
;;
|
||||
-mabi=n32|-mabi=64)
|
||||
if test $with_mips_abi = yes; then
|
||||
# Old GCC, default to O32
|
||||
abi=32
|
||||
abi=''
|
||||
abilibdirext=''
|
||||
else
|
||||
# Some broken GCC
|
||||
|
Reference in New Issue
Block a user