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.
This commit is contained in:
Viktor Szakats
2008-08-08 09:18:26 +00:00
parent 5ac45d65c6
commit dbdbd3d7c0
2 changed files with 9 additions and 1 deletions

View File

@@ -8,6 +8,13 @@
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
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

View File

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