2009-11-25 11:11 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

* config/os2/gcc.mk
    ! Fixed (after recent cleanup of CFLAGS usage) to add -Zomf 
      for gccomf target to link command.
This commit is contained in:
Viktor Szakats
2009-11-25 10:15:54 +00:00
parent 0f02c19ad3
commit b6090bac2f
2 changed files with 6 additions and 0 deletions

View File

@@ -17,6 +17,11 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-11-25 11:11 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* config/os2/gcc.mk
! Fixed (after recent cleanup of CFLAGS usage) to add -Zomf
for gccomf target to link command.
2009-11-25 09:34 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* utils/hbmk2/hbmk2.prg
* -bm watcom option disabled for linux to get in sync with

View File

@@ -25,6 +25,7 @@ LDFLAGS :=
ifeq ($(HB_COMPILER),gccomf)
CFLAGS += -Zomf
LDFLAGS += -Zomf
endif
ifneq ($(HB_BUILD_WARN),no)