Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2009-11-12 18:32:05 +0000
committerAndrew Niefer2009-11-12 18:32:05 +0000
commita5533dd26c596185fa6b1be510a973ee4fc3f0c7 (patch)
tree58297e0135e235a93ac8e83df6775d34b897c0b0 /bundles/org.eclipse.equinox.executable/library/motif/make_aix.mak
parent5e10d7da26a6c0c66be2adcaeaa64d099e30f713 (diff)
downloadrt.equinox.framework-a5533dd26c596185fa6b1be510a973ee4fc3f0c7.tar.gz
rt.equinox.framework-a5533dd26c596185fa6b1be510a973ee4fc3f0c7.tar.xz
rt.equinox.framework-a5533dd26c596185fa6b1be510a973ee4fc3f0c7.zip
bug 293840 - sedmgr exemption & user registers on AIX
Diffstat (limited to 'bundles/org.eclipse.equinox.executable/library/motif/make_aix.mak')
-rw-r--r--bundles/org.eclipse.equinox.executable/library/motif/make_aix.mak3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.executable/library/motif/make_aix.mak b/bundles/org.eclipse.equinox.executable/library/motif/make_aix.mak
index 567c4d23d..26fcad1aa 100644
--- a/bundles/org.eclipse.equinox.executable/library/motif/make_aix.mak
+++ b/bundles/org.eclipse.equinox.executable/library/motif/make_aix.mak
@@ -81,7 +81,8 @@ eclipseNix.o: ../eclipseNix.c
$(CC) $(CFLAGS) -c $< -o $@
$(EXEC): $(MAIN_OBJS) $(COMMON_OBJS)
- $(CC) -o $(EXEC) $(MAIN_OBJS) $(COMMON_OBJS) $(LIBS)
+ $(CC) -Wl,-bM:UR -o $(EXEC) $(MAIN_OBJS) $(COMMON_OBJS) $(LIBS)
+ sedmgr -c exempt $(EXEC)
$(DLL): $(DLL_OBJS) $(COMMON_OBJS)
ld $(LFLAGS) -o $(DLL) $(DLL_OBJS) $(COMMON_OBJS) $(LIBS)

Back to the top