]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Corrections to line for alpha
authorfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 19 May 1999 07:29:31 +0000 (07:29 +0000)
committerfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 19 May 1999 07:29:31 +0000 (07:29 +0000)
conf/GeneralMacros

index 7d410050bfcc7befb8e36ad6c27275499b1a6b94..ce0ba63f1f440f48989833c5054f15521b5f15f4 100644 (file)
@@ -7,7 +7,7 @@ $(SLIBRARY):
                   @$(SHLD) -o $@ $(LIBS) -p 0 $^
                 else
                    ifeq ($(PLATFORM),alpha)
-                     @$(SHLD) -msym -o $@ $^ -lcxxstd -lcxx -lexc -lots -lc
+                     @$(SHLD) -o $@ $^ -lcxxstd -lcxx -lexc -lots -lc
                    else
                      @$(LD) $(SOFLAGS) $(LDFLAGS) $^ $(SHLIB) -o $@
                    endif