From 6e490f95e1acc9b5a5be71e86161dce6ec3b26ff Mon Sep 17 00:00:00 2001 From: fca Date: Wed, 19 May 1999 07:29:31 +0000 Subject: [PATCH] Corrections to line for alpha --- conf/GeneralMacros | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/GeneralMacros b/conf/GeneralMacros index 7d410050bfc..ce0ba63f1f4 100644 --- a/conf/GeneralMacros +++ b/conf/GeneralMacros @@ -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 -- 2.39.3