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

Issue 2422: Apply the flags to the SCons environment used to link the library to have the... (Closed)

Created:
12 years, 3 months ago by Søren Thygesen Gjesse
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Apply the flags to the SCons environment used to link the library to have the LINKFLAGS take effect. This fixes building shared libraries on 64-bit Linux. Removed the CCFLAGS from the CXXFLAGS for Linux as SCons combines these automatically on Linux. This removed the duplication of flags when compiling on Linux. On Linux SCons defines CXXCOM as follows 'CXXCOM': '$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES' whereas on Windows it is 'CXXCOM': '$CXX $CXXFLAGS $CCCOMFLAGS' Committed: http://code.google.com/p/v8/source/detail?r=284

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M SConstruct View 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 1 (0 generated)
Søren Thygesen Gjesse
12 years, 3 months ago (2008-09-11 13:51:09 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698