From 9cd0df326e986bfd713e6be3e606e69c270e87b3 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 7 Sep 2009 19:22:27 +0000 Subject: [PATCH] 2009-09-07 21:21 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/common/watcom.mk ! Upped -p linker option (from 64 to 72) to not choke on hbrtl in some certain build situations. Thanks to Tamas Tevesz for report/testing. --- harbour/config/common/watcom.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harbour/config/common/watcom.mk b/harbour/config/common/watcom.mk index 97ee5df6d1..e3dfb7a893 100644 --- a/harbour/config/common/watcom.mk +++ b/harbour/config/common/watcom.mk @@ -21,7 +21,7 @@ ifeq ($(HB_PLATFORM),linux) endif AR := wlib -ARFLAGS := -q -p=64 -c -n +ARFLAGS := -q -p=72 -c -n comma := , LDFILES_COMMA = $(subst $(subst x,x, ),$(comma) ,$(^F))