From dbdbd3d7c0cec46f10cf6956a6d5cda5cb1323c5 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 8 Aug 2008 09:18:26 +0000 Subject: [PATCH] 2008-08-08 11:17 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * config/darwin/gcc.cf ! Added space after -o in CC_OUT to avoid a lot of warning messages. NOTE: Is there any way to add the ending space in a safer way? Now an editor can easily truncate it by incident. --- harbour/ChangeLog | 7 +++++++ harbour/config/darwin/gcc.cf | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 489a449422..6f99e1ddb7 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,13 @@ 2008-12-31 13:59 UTC+0100 Foo Bar */ +2008-08-08 11:17 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * config/darwin/gcc.cf + ! Added space after -o in CC_OUT to avoid a lot of + warning messages. + NOTE: Is there any way to add the ending space in a safer way? + Now an editor can easily truncate it by incident. + 2008-08-08 05:00 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/hbgtmk.sh * removed ncurses dependences diff --git a/harbour/config/darwin/gcc.cf b/harbour/config/darwin/gcc.cf index 35885cdc5f..1d402dd9ed 100644 --- a/harbour/config/darwin/gcc.cf +++ b/harbour/config/darwin/gcc.cf @@ -13,7 +13,8 @@ LIB_EXT = .a # but the system where I was testing it has GCC 2.95 named 'cc' CC = $(CCACHE) cc CC_IN = -c -CC_OUT = -o +# NOTE: The ending space after -o is important, please preserve it. +CC_OUT = -o # -no-cpp-precomp prevents from using buggy precompiled headers CPPFLAGS = -no-cpp-precomp -I. -I$(TOP)include -I$(HB_INC_COMPILE)