diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-07-11 14:30:44 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-07-11 14:30:44 +0000 |
commit | 7e0ca85186eda3ea01c95fdfb5ec8d6f4488e3b4 (patch) | |
tree | cc0f5bf8b6afcf510ef043277c1ac44878cfc990 /solenv/inc/unxlngi4.mk | |
parent | e1fe8d7e6047b49faebb4cd52a04cef45d5a5abe (diff) |
INTEGRATION: CWS ause030 (1.33.114); FILE MERGED
2005/06/20 13:34:37 hjs 1.33.114.1: #i47954# introduce ARCH_FLAG
Diffstat (limited to 'solenv/inc/unxlngi4.mk')
-rw-r--r-- | solenv/inc/unxlngi4.mk | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/solenv/inc/unxlngi4.mk b/solenv/inc/unxlngi4.mk index c508a7c66..449e9f216 100644 --- a/solenv/inc/unxlngi4.mk +++ b/solenv/inc/unxlngi4.mk @@ -2,9 +2,9 @@ # # $RCSfile: unxlngi4.mk,v $ # -# $Revision: 1.33 $ +# $Revision: 1.34 $ # -# last change: $Author: vg $ $Date: 2005-02-24 14:43:21 $ +# last change: $Author: kz $ $Date: 2005-07-11 15:30:44 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -88,10 +88,9 @@ JAVA_RUNTIME=-ljava_g .ENDIF .ENDIF -# define default arch flags when needed -.IF "$(ARCH_FLAGS)"=="" -ARCH_FLAGS=-mcpu=pentiumpro -.ENDIF +# architecture dependent flags for the C and C++ compiler that can be changed by +# exporting the variable ARCH_FLAGS="..." in the shell, which is used to start build +ARCH_FLAGS*=-mcpu=pentiumpro # name of C++ Compiler CXX*=g++ |