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:
Johan Danielsson
1998-05-16 20:44:15 +00:00
parent 8cd0d00cd9
commit 001a12bc5e

View File

@@ -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