From 8be93971aadfa9abf5baae3967ebabeb662c3d20 Mon Sep 17 00:00:00 2001 From: Herb Lewis Date: Tue, 10 Nov 1998 21:58:19 +0000 Subject: [PATCH] make sure we build with SGI compiler (This used to be commit 433525fd321a768eada4eecb2f8a12f367bae001) --- packaging/SGI/mkrelease.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.11.4.GIT