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