fix ARCHOPT typo
This commit is contained in:
@@ -225,11 +225,11 @@ case $ARCH in
|
|||||||
|
|
||||||
'IRIX')
|
'IRIX')
|
||||||
LIBNAME="lib${LIBNAME}.so" # prefix with "lib", suffix with ".so"
|
LIBNAME="lib${LIBNAME}.so" # prefix with "lib", suffix with ".so"
|
||||||
if [ $ARCHOPTS = "64" ] ; then
|
if [ $ARCHOPT = "64" ] ; then
|
||||||
# 64-bit ABI
|
# 64-bit ABI
|
||||||
OPTS="-64 -shared -all"
|
OPTS="-64 -shared -all"
|
||||||
echo "mklib: Making IRIX 64-bit shared library: " ${LIBNAME}
|
echo "mklib: Making IRIX 64-bit shared library: " ${LIBNAME}
|
||||||
elif [ $ARCHOPTS = "o32" ] ; then
|
elif [ $ARCHOPT = "o32" ] ; then
|
||||||
# old 32-bit ABI
|
# old 32-bit ABI
|
||||||
OPTS="-32 -shared -all"
|
OPTS="-32 -shared -all"
|
||||||
echo "mklib: Making IRIX o32-bit shared library: " ${LIBNAME}
|
echo "mklib: Making IRIX o32-bit shared library: " ${LIBNAME}
|
||||||
|
Reference in New Issue
Block a user