diff options
author | Andrew Niefer | 2009-12-11 20:38:30 +0000 |
---|---|---|
committer | Andrew Niefer | 2009-12-11 20:38:30 +0000 |
commit | 7419dd1d77c1909289bbac2838d64afc6bfb6045 (patch) | |
tree | fe56a94fc6da99016e372fdb6b196aa6c14fc11e | |
parent | 31857a7f20ad3d32c7de24cb14912a8d3f870c0a (diff) | |
download | rt.equinox.framework-7419dd1d77c1909289bbac2838d64afc6bfb6045.tar.gz rt.equinox.framework-7419dd1d77c1909289bbac2838d64afc6bfb6045.tar.xz rt.equinox.framework-7419dd1d77c1909289bbac2838d64afc6bfb6045.zip |
bug 295216 - aix binary needs adjusting
-rw-r--r-- | bundles/org.eclipse.equinox.executable/library/motif/make_aix.mak | 3 |
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 807dfa59d..bb3661274 100644 --- a/bundles/org.eclipse.equinox.executable/library/motif/make_aix.mak +++ b/bundles/org.eclipse.equinox.executable/library/motif/make_aix.mak @@ -84,7 +84,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) |