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
|
fi
|
||||||
# Old GCC
|
# Old GCC
|
||||||
abi=''
|
abi=''
|
||||||
|
abilibdirext=''
|
||||||
;;
|
;;
|
||||||
-mabi=n32|-mabi=64)
|
-mabi=n32|-mabi=64)
|
||||||
if test $with_mips_abi = yes; then
|
if test $with_mips_abi = yes; then
|
||||||
# Old GCC, default to O32
|
# Old GCC, default to O32
|
||||||
abi=32
|
abi=''
|
||||||
abilibdirext=''
|
abilibdirext=''
|
||||||
else
|
else
|
||||||
# Some broken GCC
|
# Some broken GCC
|
||||||
|
Reference in New Issue
Block a user