]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
added CXXOPTS modifications and additional settings for OSF1 system
authorfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 28 Aug 2000 12:09:11 +0000 (12:09 +0000)
committerfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 28 Aug 2000 12:09:11 +0000 (12:09 +0000)
conf/Geant4.gmk

index 5548223ac9f6a61838b25a428902ea89d0dba6b1..efc9fe4d99cc165453646cf12500a32e124144b7 100644 (file)
@@ -46,6 +46,18 @@ ifeq ($(ALICE_TARGET),HP-UX.aCC)
   CXXOPTS += +DAportable
 endif  
  
   CXXOPTS += +DAportable
 endif  
  
+ifeq ($(ALICE_TARGET),OSF1)
+
+  CXXOPTS := $(filter-out -nostdnew,$(CXXOPTS))
+  CXXOPTS := $(filter-out -nortti,$(CXXOPTS))
+  CXXOPTS += -ieee -timplicit_local
+  ifndef G4NO_STD_NAMESPACE
+    G4USE_STD_NAMESPACE := yes
+    CXXOPTS += -std strict_ansi
+  endif
+
+endif  
+
 #
 # Geant4 include paths
 #
 #
 # Geant4 include paths
 #