Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2010-02-08 20:58:31 +0000
committerAndrew Niefer2010-02-08 20:58:31 +0000
commit6f8e8a3bc5fe32d86f67ff8d69bc4cf203e40ec3 (patch)
treea4465e0ee5fe7c6eefb08f590ec050bb25e5637a /bundles/org.eclipse.equinox.executable/library/win32/make_mingw.mak
parentc3a719727e7bbe5ebd30654f9e187713cfad0393 (diff)
downloadrt.equinox.framework-6f8e8a3bc5fe32d86f67ff8d69bc4cf203e40ec3.tar.gz
rt.equinox.framework-6f8e8a3bc5fe32d86f67ff8d69bc4cf203e40ec3.tar.xz
rt.equinox.framework-6f8e8a3bc5fe32d86f67ff8d69bc4cf203e40ec3.zip
bug 301033 - --launcher.defaultAction & openFile
Diffstat (limited to 'bundles/org.eclipse.equinox.executable/library/win32/make_mingw.mak')
-rw-r--r--bundles/org.eclipse.equinox.executable/library/win32/make_mingw.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.executable/library/win32/make_mingw.mak b/bundles/org.eclipse.equinox.executable/library/win32/make_mingw.mak
index 449b33f67..9feb80eab 100644
--- a/bundles/org.eclipse.equinox.executable/library/win32/make_mingw.mak
+++ b/bundles/org.eclipse.equinox.executable/library/win32/make_mingw.mak
@@ -37,7 +37,7 @@ OSTYPE ?= $(shell if uname -s | grep -iq cygwin ; then echo cygwin; else echo li
ifeq ($(OSTYPE),cygwin)
CCVER = i686
-CC = i686-pc-cygwin-gcc
+CC = i686-pc-cygwin-gcc-3
RC = windres
else
CCVER = i586

Back to the top