Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(778)

Unified Diff: source/config/mh-solaris-gcc

Issue 845603002: Update ICU to 54.1 step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: remove unusued directories Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/config/mh-os390 ('k') | source/configure » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/config/mh-solaris-gcc
diff --git a/source/config/mh-solaris-gcc b/source/config/mh-solaris-gcc
index ee9ba750dfaee0bd9130b049e9d21b81d19af06f..eac6d2fb0052cc78b4630db965ac9c63dd898522 100644
--- a/source/config/mh-solaris-gcc
+++ b/source/config/mh-solaris-gcc
@@ -1,6 +1,6 @@
## -*-makefile-*-
## Solaris-specific setup using gcc
-## Copyright (c) 1999-2010, International Business Machines Corporation and
+## Copyright (c) 1999-2014, International Business Machines Corporation and
## others. All Rights Reserved.
## Flags for position independent code
@@ -9,8 +9,8 @@ SHAREDLIBCXXFLAGS = -fPIC
SHAREDLIBCPPFLAGS = -DPIC
## Commands to generate dependency files
-GEN_DEPS.c= $(CC) -E -MM $(DEFS) $(CPPFLAGS)
-GEN_DEPS.cc= $(CXX) -E -MM $(DEFS) $(CPPFLAGS)
+GEN_DEPS.c= $(CC) -E -MM $(DEFS) $(CPPFLAGS) $(CFLAGS)
+GEN_DEPS.cc= $(CXX) -E -MM $(DEFS) $(CPPFLAGS) $(CXXFLAGS)
## These are the library specific LDFLAGS
LDFLAGSICUDT=-nodefaultlibs -nostdlib
« no previous file with comments | « source/config/mh-os390 ('k') | source/configure » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698