diff options
-rw-r--r-- | sal/qa/rtl_strings/makefile.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sal/qa/rtl_strings/makefile.mk b/sal/qa/rtl_strings/makefile.mk index 2ad337cbffdf..8183a49118e5 100644 --- a/sal/qa/rtl_strings/makefile.mk +++ b/sal/qa/rtl_strings/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.8 $ +# $Revision: 1.9 $ # -# last change: $Author: rt $ $Date: 2005-09-08 15:54:55 $ +# last change: $Author: vg $ $Date: 2007-01-16 16:02:36 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -44,6 +44,9 @@ ENABLE_EXCEPTIONS=TRUE .INCLUDE : settings.mk +CFLAGS+= $(LFS_CFLAGS) +CXXFLAGS+= $(LFS_CFLAGS) + # BEGIN ---------------------------------------------------------------- # auto generated Target:FileBase by codegen.pl SHL1OBJS= \ |