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:
Viktor Szakats
2009-08-04 01:39:15 +00:00
parent 9ca6d04aef
commit 3c7df60cdd
3 changed files with 9 additions and 4 deletions

View File

@@ -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.

View File

@@ -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)

View File

@@ -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)