2009-08-11 12:28 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* config/darwin/gcc.cf
    ! Fixed double $(LINKLIBS) spec in LD_RULE.
      May have been intentional so after commit I'll test it on darwin.
This commit is contained in:
Viktor Szakats
2009-08-11 10:28:34 +00:00
parent a15a77cdf1
commit 30e2eeccb8
2 changed files with 6 additions and 1 deletions

View File

@@ -17,6 +17,11 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-08-11 12:28 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* config/darwin/gcc.cf
! Fixed double $(LINKLIBS) spec in LD_RULE.
May have been intentional so after commit I'll test it on darwin.
2009-08-11 12:14 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* config/bsd/gcc.cf
* config/wce/msvcarm.cf

View File

@@ -81,7 +81,7 @@ endif
LINKLIBS += -lm
LDFLAGS += $(LINKPATHS)
LD_RULE = $(LD) $(CFLAGS) $(LD_OUT) $(BIN_DIR)/$@ $(^F) $(LDFLAGS) $(HB_USER_LDFLAGS) $(LINKLIBS) $(LINKLIBS)
LD_RULE = $(LD) $(CFLAGS) $(LD_OUT) $(BIN_DIR)/$@ $(^F) $(LDFLAGS) $(HB_USER_LDFLAGS) $(LINKLIBS)
AR := libtool
ARFLAGS :=