summaryrefslogtreecommitdiff
path: root/basic/source/runtime/makefile.mk
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2010-05-26 16:11:12 +0200
committerIvo Hinkelmann <ihi@openoffice.org>2010-05-26 16:11:12 +0200
commit0f25ca6953033d641eab32ffe3a3dffea585cb57 (patch)
tree03802a1bdce59f885fc50cf7410f9f33cf220363 /basic/source/runtime/makefile.mk
parentf9892606da5135ce04f8ec8a9993b7fc6822189d (diff)
parentf9561071999b3c5c8505d648c14fff7b1bcd0caa (diff)
l10ntooling18: merge
Diffstat (limited to 'basic/source/runtime/makefile.mk')
-rw-r--r--basic/source/runtime/makefile.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/basic/source/runtime/makefile.mk b/basic/source/runtime/makefile.mk
index c0b4bd3bdc10..9bd197975ee6 100644
--- a/basic/source/runtime/makefile.mk
+++ b/basic/source/runtime/makefile.mk
@@ -82,8 +82,5 @@ EXCEPTIONSFILES=$(SLO)$/step0.obj \
$(SLO)$/%.obj: %.s
#kendy: Cut'n'paste from bridges/source/cpp_uno/mingw_intel/makefile.mk
-#cmc: Ideally --noexecstack would be in operations, but with #i51385# pyuno
-#remote bridgeing breaks
-# $(CC) -Wa,--noexecstack -c -o $(SLO)$/$(@:b).o $<
$(CC) -c -o $(SLO)$/$(@:b).obj $<
touch $@