From a93d29abec3d7942b36e7621115762f042903621 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 19 Aug 2009 05:32:41 +0000 Subject: [PATCH] 2009-08-19 07:31 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/global.mk ! Applied Phil Krylov's patch to mingw32 detection on gentoo Linux. --- harbour/ChangeLog | 4 ++++ harbour/config/global.mk | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index e243b168fd..cd8bfc7ac8 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-08-19 07:31 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * config/global.mk + ! Applied Phil Krylov's patch to mingw32 detection on gentoo Linux. + 2009-08-19 06:29 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbtip/thtml.prg ! Fixed hang in 'OEMTOHTML( "&" )'. Reported on c.l.xhb. diff --git a/harbour/config/global.mk b/harbour/config/global.mk index bb7fedecb8..c3ea2eb86a 100644 --- a/harbour/config/global.mk +++ b/harbour/config/global.mk @@ -496,9 +496,9 @@ ifeq ($(HB_COMPILER),) HB_CCPREFIX := i586-mingw32msvc- else ifneq ($(call find_in_path_raw,gentoo-release,/etc),) - ifneq ($(call find_in_path_par,i386-mingw32-,/opt/xmingw/bin),) + ifneq ($(call find_in_path_par,i386-mingw32msvc-,/opt/xmingw/bin),) HB_CCPATH := /opt/xmingw - HB_CCPREFIX := i386-mingw32- + HB_CCPREFIX := i386-mingw32msvc- else HB_CCPREFIX := i686-mingw32- endif