summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>1999-02-03 01:30:01 +0000
committerHerb Lewis <herb@samba.org>1999-02-03 01:30:01 +0000
commit58ed592a48a04d777014817ff6fe8255a684d6d8 (patch)
tree95c8a3950136c1ae82998837cf321dcf642192af
parent5d9df5e261149fd600d936bbb0f4bacc5756074f (diff)
downloadsamba-58ed592a48a04d777014817ff6fe8255a684d6d8.tar.gz
samba-58ed592a48a04d777014817ff6fe8255a684d6d8.tar.xz
samba-58ed592a48a04d777014817ff6fe8255a684d6d8.zip
add ISA define
-rwxr-xr-xpackaging/SGI/mkrelease.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/packaging/SGI/mkrelease.sh b/packaging/SGI/mkrelease.sh
index cfe9c1f6b86..84672d49a7a 100755
--- a/packaging/SGI/mkrelease.sh
+++ b/packaging/SGI/mkrelease.sh
@@ -14,6 +14,7 @@
doclean=""
SGI_ABI=-n32
+ISA=-mips3
CC=cc
if [ ! -f ../../source/Makefile ]; then
@@ -38,7 +39,7 @@ elif [ "$1" = "5" ]; then
shift
fi
-export SGI_ABI CC
+export SGI_ABI ISA CC
if [ "$doclean" = "clean" ]; then
cd ../../source