summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-06-06 16:32:07 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-06-06 16:32:07 +0000
commit9801ac7ca46b7092f8d7bcd90214119626fc2ac0 (patch)
tree287e571f15f3570cdf8e453d72ab98cdb83223f3 /bridges
parentefb754a1f12791192993c330b428842724ec0681 (diff)
INTEGRATION: CWS cmcfixes8 (1.4.22); FILE MERGED
2005/05/31 10:45:20 cmc 1.4.22.1: #i50107# avoid unnecessary executable stack
Diffstat (limited to 'bridges')
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_intel/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/bridges/source/cpp_uno/gcc3_linux_intel/makefile.mk b/bridges/source/cpp_uno/gcc3_linux_intel/makefile.mk
index e72f8a399d20..6866b57ccd26 100644
--- a/bridges/source/cpp_uno/gcc3_linux_intel/makefile.mk
+++ b/bridges/source/cpp_uno/gcc3_linux_intel/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: vg $ $Date: 2005-02-21 12:13:46 $
+# last change: $Author: hr $ $Date: 2005-06-06 17:32:07 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -110,5 +110,5 @@ SHL1STDLIBS= \
.INCLUDE : target.mk
$(SLO)$/%.obj: %.s
- $(CC) -c -o $(SLO)$/$(@:b).o $<
+ $(CC) -Wa,--noexecstack -c -o $(SLO)$/$(@:b).o $<
touch $@