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:
Viktor Szakats
2009-09-07 19:22:27 +00:00
parent e1a5279767
commit 9cd0df326e

View File

@@ -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))