2009-08-23 18:30 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* config/global.mk
! Minor regression when adding HB_CPU detection for dos plat.
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2009-08-23 18:30 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* config/global.mk
|
||||
! Minor regression when adding HB_CPU detection for dos plat.
|
||||
|
||||
2009-08-23 18:15 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
- doc/linux1st.txt
|
||||
* doc/Makefile
|
||||
|
||||
@@ -859,7 +859,7 @@ ifneq ($(HB_HOST_PLAT)$(HB_HOST_CPU),$(HB_PLATFORM)$(HB_CPU))
|
||||
ifeq ($(HB_BIN_COMPILE),)
|
||||
# Not required in these combinations: [vszakats]
|
||||
ifneq ($(HB_HOST_PLAT)-$(HB_HOST_CPU)-$(HB_PLATFORM)-$(HB_CPU),win-x86_64-win-x86)
|
||||
ifneq ($(HB_HOST_PLAT)-$(HB_HOST_CPU)-$(HB_PLATFORM)-$(HB_CPU),win-x86-dos-)
|
||||
ifneq ($(HB_HOST_PLAT)-$(HB_HOST_CPU)-$(HB_PLATFORM)-$(HB_CPU),win-x86-dos-x86)
|
||||
HB_CROSS_BUILD := yes
|
||||
# Try to autosetup
|
||||
HB_BIN_COMPILE := $(dir $(firstword $(wildcard $(TOP)$(ROOT)bin/$(HB_HOST_PLAT)/*/harbour$(HB_HOST_BIN_EXT))))
|
||||
|
||||
Reference in New Issue
Block a user