diff options
Diffstat (limited to 'sal/qa')
-rw-r--r-- | sal/qa/osl/module/makefile.mk | 7 | ||||
-rwxr-xr-x | sal/qa/osl/mutex/makefile.mk | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/sal/qa/osl/module/makefile.mk b/sal/qa/osl/module/makefile.mk index e043132feb90..bfa0ca3c6f8c 100644 --- a/sal/qa/osl/module/makefile.mk +++ b/sal/qa/osl/module/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: rt $ $Date: 2005-09-08 15:29:56 $ +# last change: $Author: vg $ $Date: 2007-01-16 15:56:31 $ # # 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 ---------------------------------------------------------------- # --- test dll ------------------------------------------------------ diff --git a/sal/qa/osl/mutex/makefile.mk b/sal/qa/osl/mutex/makefile.mk index 742e91d88304..d83c86c99b58 100755 --- a/sal/qa/osl/mutex/makefile.mk +++ b/sal/qa/osl/mutex/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: rt $ $Date: 2005-09-08 15:31:23 $ +# last change: $Author: vg $ $Date: 2007-01-16 15:56:44 $ # # 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:Socket by codegen.pl SHL1OBJS= \ |