[Webkit-unassigned] [Bug 17175] Use of C++ compiler flags in CFLAGS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 4 09:01:10 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=17175


alp at atoker.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #18909|review?                     |review-
               Flag|                            |




------- Comment #5 from alp at atoker.com  2008-02-04 09:01 PDT -------
(From update of attachment 18909)
>Index: JavaScriptCore/GNUmakefile.am
>===================================================================
>--- JavaScriptCore/GNUmakefile.am	(revision 29961)
>+++ JavaScriptCore/GNUmakefile.am	(working copy)
>@@ -149,14 +149,14 @@ Programs_minidom_SOURCES = \
> 	JavaScriptCore/API/NodeList.c \
> 	JavaScriptCore/API/minidom.c
> Programs_minidom_CPPFLAGS = $(global_cppflags)
>-Programs_minidom_CXXFLAGS = $(global_cflags)
>+Programs_minidom_CXXFLAGS = $(globacl_cxxflags) $(global_cflags)

Typo. Please test before requesting review.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list