Files
harbour-core/harbour/config/linux/open64.mk
Przemyslaw Czerpak 4e62cf97fe 2009-12-12 23:29 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/include/hbsetup.h
  * harbour/include/hbdefs.h
  * harbour/include/hbthread.h
  * harbour/src/common/hbver.c
  * harbour/bin/hb-func.sh
  * harbour/bin/postinst.sh
  * harbour/config/linux/gcc.mk
  + harbour/config/linux/open64.mk
    + added support for Open64 C/C++ compiler in Linux builds

  * harbour/src/common/hbver.c
    * removed unnecessary casting compiler version number parameters
      to 'short'
    * extended the size of szBuf buffer as requested by Tamas
2009-12-12 22:31:11 +00:00

15 lines
283 B
Makefile

#
# $Id$
#
ifeq ($(HB_BUILD_MODE),cpp)
HB_CMP := openCC
else
HB_CMP := opencc
endif
# it supports most of GCC switches (at least as dummy parameters) so we do
# not have to create separate configurations for Open64 compiler
include $(TOP)$(ROOT)config/$(HB_PLATFORM)/gcc.mk