diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-04-28 15:47:30 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-04-28 15:47:30 +0000 |
commit | ed0688fa6a1612a6bd2bd4fd1f27fef16dae3e93 (patch) | |
tree | 5578e000d2791b0b7ff2af0469935dc10bd265f4 /solenv/inc/unxlngr.mk | |
parent | b535aa886c45c69e564e211a2f7a851aabb67076 (diff) |
INTEGRATION: CWS ooo20030412 (1.3.22.1.34); FILE MERGED
2003/04/11 09:25:17 mh 1.3.22.1.34.2: join: from ooo11beta
2003/03/27 11:37:06 waratah 1.3.22.1.34.1: 11233: enable standard warnings from the gcc compiler on latest 644 branch
Diffstat (limited to 'solenv/inc/unxlngr.mk')
-rw-r--r-- | solenv/inc/unxlngr.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/inc/unxlngr.mk b/solenv/inc/unxlngr.mk index db6a3dc8834e..1884b281f99b 100644 --- a/solenv/inc/unxlngr.mk +++ b/solenv/inc/unxlngr.mk @@ -2,9 +2,9 @@ # # $RCSfile: unxlngr.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: hr $ $Date: 2003-03-27 11:48:18 $ +# last change: $Author: hr $ $Date: 2003-04-28 16:47:30 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -93,7 +93,7 @@ CC*=gcc # do not use standard header search paths # here the Compiler is installed in the solenv hierarchy, to be changed # if installed elsewhere -CFLAGS=-w -nostdinc -c $(INCLUDE) -I$(SOLARENV)/unxlngr/lib/gcc-lib/arm-linux/2.95.2/include -I$(SOLARENV)/unxlngr/usr/include +CFLAGS=-nostdinc -c $(INCLUDE) -I$(SOLARENV)/unxlngr/lib/gcc-lib/arm-linux/2.95.2/include -I$(SOLARENV)/unxlngr/usr/include # flags for the C++ Compiler CFLAGSCC= |