diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-06-06 16:32:07 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-06-06 16:32:07 +0000 |
commit | 9801ac7ca46b7092f8d7bcd90214119626fc2ac0 (patch) | |
tree | 287e571f15f3570cdf8e453d72ab98cdb83223f3 /bridges/source/cpp_uno | |
parent | efb754a1f12791192993c330b428842724ec0681 (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/source/cpp_uno')
-rw-r--r-- | bridges/source/cpp_uno/gcc3_linux_intel/makefile.mk | 6 |
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 $@ |