Skip to content

Commit

Permalink
Fix Android FYI base|net_unittests
Browse files Browse the repository at this point in the history
Add back missing -U __linux__ to common.gypi.

Partial revert of https://chromiumcodereview.appspot.com/10808042/


Review URL: https://chromiumcodereview.appspot.com/10810071

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148098 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
benm@chromium.org committed Jul 24, 2012
1 parent 9e219e6 commit a6ce134
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/common.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -2540,6 +2540,7 @@
'-pthread', # Not supported by Android toolchain.
],
'cflags': [
'-U__linux__', # Don't allow toolchain to claim -D__linux__
'-ffunction-sections',
'-funwind-tables',
'-g',
Expand Down

0 comments on commit a6ce134

Please sign in to comment.