From 9125dbdeb94cfa39250be0bbda6f4eaad93cc606 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Wed, 5 Oct 2005 10:34:42 +0000 Subject: [PATCH] INTEGRATION: CWS pj34 (1.19.24); FILE MERGED 2005/09/21 19:12:39 pjanik 1.19.24.1: #i54621#: fix common typo. --- solenv/inc/unxlngppc.mk | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/solenv/inc/unxlngppc.mk b/solenv/inc/unxlngppc.mk index d16643c63a05..11212e49c5cd 100644 --- a/solenv/inc/unxlngppc.mk +++ b/solenv/inc/unxlngppc.mk @@ -4,9 +4,9 @@ # # $RCSfile: unxlngppc.mk,v $ # -# $Revision: 1.19 $ +# $Revision: 1.20 $ # -# last change: $Author: rt $ $Date: 2005-09-08 09:56:48 $ +# last change: $Author: kz $ $Date: 2005-10-05 11:34:42 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -109,13 +109,13 @@ CFLAGSPROF= CFLAGSDEBUG=-g CFLAGSDBGUTIL= -# Compiler flags for enabling optimazations +# Compiler flags for enabling optimizations CFLAGSOPT=-O2 -fno-schedule-insns -fno-strict-aliasing -fno-schedule-insns2 -# Compiler flags for disabling optimazations +# Compiler flags for disabling optimizations CFLAGSNOOPT=-O0 -# Compiler flags for discibing the output path +# Compiler flags for describing the output path CFLAGSOUTOBJ=-o # switches for dynamic and static linking