* 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
15 lines
283 B
Makefile
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
|