summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>1998-11-10 21:58:19 +0000
committerHerb Lewis <herb@samba.org>1998-11-10 21:58:19 +0000
commit433525fd321a768eada4eecb2f8a12f367bae001 (patch)
tree90c619779a4cf419a0110c57b52b68ed695541eb /packaging
parent9668a5ef50be2e6b575f9989e87ee2ff8da5ac1d (diff)
downloadsamba-433525fd321a768eada4eecb2f8a12f367bae001.tar.gz
make sure we build with SGI compiler
Diffstat (limited to 'packaging')
-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 43765e196b5..cfbd40ec04f 100755
--- a/packaging/SGI/mkrelease.sh
+++ b/packaging/SGI/mkrelease.sh
@@ -6,7 +6,8 @@
doclean=""
SGI_ABI=-n32
-export SGI_ABI
+CC=cc
+export SGI_ABI CC
if [ "$1" = "clean" ]; then
doclean=$1