summaryrefslogtreecommitdiff
path: root/solenv/inc/unxlngs.mk
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-09-09 10:20:15 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-09-09 10:20:15 +0000
commit5d21ffc15c79ec8e82b05956784a4af3170b22c1 (patch)
treee311e4e2e235732e2c555bb8d363758978141a63 /solenv/inc/unxlngs.mk
parent3a34309d277c5e7f714a5d40193b0cbe9c35d028 (diff)
INTEGRATION: CWS ooo20040815 (1.6.72); FILE MERGED
2004/08/01 11:23:09 sparcmoz 1.6.72.1: #i30774# linux sparc build v8
Diffstat (limited to 'solenv/inc/unxlngs.mk')
-rw-r--r--solenv/inc/unxlngs.mk8
1 files changed, 4 insertions, 4 deletions
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