Skip to content
Snippets Groups Projects
Commit 55ea4835 authored by Rene Brun's avatar Rene Brun
Browse files

Patch from Philippe that should solve the link problem on SGI/CC

git-svn-id: http://root.cern.ch/svn/root/trunk@8038 27541ba8-7e3a-0410-8455-c3a389f83636
parent d5e092c6
No related branches found
No related tags found
No related merge requests found
......@@ -154,7 +154,7 @@ ifeq ($(ARCH),sgicc)
# SGI
CXX = CC -n32 -I/usr/include/CC.sgi
CXXFLAGS = -O
LD = CC -n32 -I/usr/include/CC.sgi
LD = CC -n32 -LANG:std -I/usr/include/CC.sgi
LDFLAGS = -O
SOFLAGS = -shared
endif
......@@ -163,7 +163,7 @@ ifeq ($(ARCH),sgicc64)
# SGI
CXX = CC -64 -I/usr/include/CC.sgi
CXXFLAGS = -O
LD = CC -64 -I/usr/include/CC.sgi
LD = CC -64 -LANG:std -I/usr/include/CC.sgi
LDFLAGS = -O
SOFLAGS = -shared
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment