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:
@@ -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
|
||||
|
||||
@@ -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 :=
|
||||
|
||||
Reference in New Issue
Block a user