diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 7d140e159a..4fb72ecc85 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-06-19 15:18 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * config/darwin/gcc.cf + ! Fixed a hard-wired 'cc' to be $(HB_CMP) + 2009-06-19 15:14 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * bin/hb-mkdyn.sh ! Fixed to not use HB_CCPREFIX for libtool command. diff --git a/harbour/config/darwin/gcc.cf b/harbour/config/darwin/gcc.cf index e0cdde9487..66664b5e75 100644 --- a/harbour/config/darwin/gcc.cf +++ b/harbour/config/darwin/gcc.cf @@ -47,7 +47,7 @@ endif # remove it if you have newer compiler version #CFLAGS += -Wno-long-double -LD = $(HB_CCPREFIX)cc$(HB_CCPOSTFIX) +LD = $(HB_CCPREFIX)$(HB_CMP)$(HB_CCPOSTFIX) LD_OUT = -o # Add all libraries specified in CONTRIBS and LIBS.