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

- set OLDCINCLUDE flag for netgen on sgi
- use FLAGS in Netgen/Makefile
parent 5722e68b
Branches
Tags
No related merge requests found
# $Id: Makefile,v 1.4 2004-06-30 21:15:58 geuzaine Exp $
# $Id: Makefile,v 1.5 2004-07-01 17:37:22 geuzaine Exp $
#
# Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
#
......@@ -23,7 +23,7 @@ include ../variables
LIB = ../lib/libGmshNetgen.a
INCLUDE = -I../Common -Ilibsrc/include -Ilibsrc/interface
CFLAGS = ${OPTIM} ${INCLUDE} -DNO_PARALLEL_THREADS
CFLAGS = ${OPTIM} ${FLAGS} ${INCLUDE} -DNO_PARALLEL_THREADS
SRC = libsrc/opti/linopt.cpp \
libsrc/opti/bfgs.cpp \
......
......@@ -3850,7 +3850,7 @@ case "$UNAME" in
CXX="CC"
CC="cc"
OPTIM="-O2"
FLAGS="-mips3 -n32 -LANG:std -OPT:Olimit=0 ${FLAGS}"
FLAGS="-mips3 -n32 -LANG:std -OPT:Olimit=0 -DOLDCINCLUDE ${FLAGS}"
AR="CC -mips3 -n32 -ar -o"
LINKER="CC -O2 -mips3 -n32"
;;
......
dnl $Id: configure.in,v 1.54 2004-06-26 17:58:14 geuzaine Exp $
dnl $Id: configure.in,v 1.55 2004-07-01 17:37:22 geuzaine Exp $
dnl
dnl Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
dnl
......@@ -385,7 +385,8 @@ case "$UNAME" in
CXX="CC"
CC="cc"
OPTIM="-O2"
FLAGS="-mips3 -n32 -LANG:std -OPT:Olimit=0 ${FLAGS}"
dnl -DOLDCINCLUDE is for Netgen
FLAGS="-mips3 -n32 -LANG:std -OPT:Olimit=0 -DOLDCINCLUDE ${FLAGS}"
AR="CC -mips3 -n32 -ar -o"
LINKER="CC -O2 -mips3 -n32"
;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment