2009-08-04 03:38 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* config/linux/sunpro.cf
* config/sunos/sunpro.cf
! Fixed bug I've mistakenly added when applying the patch.
This commit is contained in:
@@ -17,6 +17,11 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2009-08-04 03:38 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* config/linux/sunpro.cf
|
||||
* config/sunos/sunpro.cf
|
||||
! Fixed bug I've mistakenly added when applying the patch.
|
||||
|
||||
2009-08-04 03:32 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* source/vm/dynlibhb.c
|
||||
! Fixed to not use dl*() functions on linux/sunpro.
|
||||
|
||||
@@ -24,9 +24,9 @@ CPPFLAGS = -I. -I$(HB_INC_COMPILE)
|
||||
LDFLAGS =
|
||||
|
||||
ifneq ($(HB_BUILD_WARN),no)
|
||||
CFLAGS += -erroff=%all
|
||||
else
|
||||
CFLAGS += -erroff=%none
|
||||
else
|
||||
CFLAGS += -erroff=%all
|
||||
endif
|
||||
|
||||
ifneq ($(HB_BUILD_OPTIM),no)
|
||||
|
||||
@@ -26,9 +26,9 @@ CFLAGS ?= -xarch=v8
|
||||
LDFLAGS =
|
||||
|
||||
ifneq ($(HB_BUILD_WARN),no)
|
||||
CFLAGS += -erroff=%all
|
||||
else
|
||||
CFLAGS += -erroff=%none
|
||||
else
|
||||
CFLAGS += -erroff=%all
|
||||
endif
|
||||
|
||||
ifneq ($(HB_BUILD_OPTIM),no)
|
||||
|
||||
Reference in New Issue
Block a user