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.
This commit is contained in:
Viktor Szakats
2009-08-19 05:32:41 +00:00
parent 53b0ef468d
commit a93d29abec
2 changed files with 6 additions and 2 deletions

View File

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

View File

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