From b6090bac2fe96fe5c55ccc3adbdbf53a29586baa Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 25 Nov 2009 10:15:54 +0000 Subject: [PATCH] 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. --- harbour/ChangeLog | 5 +++++ harbour/config/os2/gcc.mk | 1 + 2 files changed, 6 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index eb4c7996d4..3b84b13626 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -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 diff --git a/harbour/config/os2/gcc.mk b/harbour/config/os2/gcc.mk index c0ab1c1cc8..6602319058 100644 --- a/harbour/config/os2/gcc.mk +++ b/harbour/config/os2/gcc.mk @@ -25,6 +25,7 @@ LDFLAGS := ifeq ($(HB_COMPILER),gccomf) CFLAGS += -Zomf + LDFLAGS += -Zomf endif ifneq ($(HB_BUILD_WARN),no)