From 5d21ffc15c79ec8e82b05956784a4af3170b22c1 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Thu, 9 Sep 2004 10:20:15 +0000 Subject: INTEGRATION: CWS ooo20040815 (1.6.72); FILE MERGED 2004/08/01 11:23:09 sparcmoz 1.6.72.1: #i30774# linux sparc build v8 --- solenv/inc/unxlngs.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'solenv/inc/unxlngs.mk') diff --git a/solenv/inc/unxlngs.mk b/solenv/inc/unxlngs.mk index 6b72d6fee7c2..7e73827b66bc 100644 --- a/solenv/inc/unxlngs.mk +++ b/solenv/inc/unxlngs.mk @@ -2,9 +2,9 @@ # # $RCSfile: unxlngs.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: rt $ $Date: 2004-09-08 14:54:00 $ +# last change: $Author: hr $ $Date: 2004-09-09 11:20:15 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -62,7 +62,7 @@ # mk file for unxlngs ASM=$(CC) -AFLAGS=-Wa,-Av8plus,-K,PIC -c $(CDEFS) +AFLAGS=-Wa,-K,PIC -c $(CDEFS) SOLAR_JAVA*=TRUE JAVAFLAGSDEBUG=-g @@ -101,7 +101,7 @@ CFLAGSENABLESYMBOLS=-g # flags for the C++ Compiler CFLAGSCC= -pipe # Flags for enabling exception handling -CFLAGSEXCEPTIONS=-fexceptions +CFLAGSEXCEPTIONS=-fexceptions # Flags for disabling exception handling CFLAGS_NO_EXCEPTIONS=-fno-exceptions -- cgit