Skip to content
Snippets Groups Projects
Commit 8815efa0 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

sgi fixes
parent 1b7d3351
No related branches found
No related tags found
No related merge requests found
......@@ -4333,8 +4333,8 @@ case "$UNAME" in
CC="cc"
OPTIM="-O2"
FLAGS="-LANG:std -OPT:Olimit=0 -DOLDCINCLUDE ${FLAGS}"
AR="CC -mips3 -n32 -ar -o"
LINKER="CC -O2 -mips3 -n32"
AR="CC -ar -o"
LINKER="CC -O2"
;;
OSF1*)
......
dnl $Id: configure.in,v 1.66 2005-06-20 17:00:23 geuzaine Exp $
dnl $Id: configure.in,v 1.67 2005-06-20 17:43:24 geuzaine Exp $
dnl
dnl Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle
dnl
......@@ -388,8 +388,8 @@ case "$UNAME" in
dnl "-DOLDCINCLUDE" is for Netgen
dnl Add "-mips3 -n32" to FLAGS, AR and LINKER for portable 32 bit binary
FLAGS="-LANG:std -OPT:Olimit=0 -DOLDCINCLUDE ${FLAGS}"
AR="CC -mips3 -n32 -ar -o"
LINKER="CC -O2 -mips3 -n32"
AR="CC -ar -o"
LINKER="CC -O2"
;;
OSF1*)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment