Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBogdan Gheorghe2012-10-17 18:45:38 +0000
committerBogdan Gheorghe2012-10-17 18:45:38 +0000
commitcf7d36aeb5281b17a1f6afc2247c8d53a33a079b (patch)
tree82cc3ca67cbf8bd5850089ea51d59e6e1c1be99a
parent6bca025c9be317277ee3cff18c0eb3185454bd0b (diff)
downloadrt.equinox.framework-cf7d36aeb5281b17a1f6afc2247c8d53a33a079b.tar.gz
rt.equinox.framework-cf7d36aeb5281b17a1f6afc2247c8d53a33a079b.tar.xz
rt.equinox.framework-cf7d36aeb5281b17a1f6afc2247c8d53a33a079b.zip
Build hpux ia64
-rw-r--r--bundles/org.eclipse.equinox.executable/library/gtk/make_hpux.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.executable/library/gtk/make_hpux.mak b/bundles/org.eclipse.equinox.executable/library/gtk/make_hpux.mak
index 7a73261d7..029f641ef 100644
--- a/bundles/org.eclipse.equinox.executable/library/gtk/make_hpux.mak
+++ b/bundles/org.eclipse.equinox.executable/library/gtk/make_hpux.mak
@@ -85,7 +85,7 @@ eclipseNix.o: ../eclipseNix.c
$(CC) $(CFLAGS) -c ../eclipseNix.c -o $@
$(EXEC): $(MAIN_OBJS) $(COMMON_OBJS)
- $(CC) -o $(EXEC) $(MAIN_OBJS) $(COMMON_OBJS) $(LIBS)
+ $(CC) ${M_ARCH} -o $(EXEC) $(MAIN_OBJS) $(COMMON_OBJS) $(LIBS)
$(DLL): $(DLL_OBJS) $(COMMON_OBJS)
$(CC) $(LFLAGS) -o $(DLL) $(DLL_OBJS) $(COMMON_OBJS) $(LIBS)

Back to the top