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.
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user