Skip to content

Commit

Permalink
moved g++ flag to <cxxflags> entry
Browse files Browse the repository at this point in the history
  • Loading branch information
mevansam committed Mar 27, 2012
1 parent 7c3fc65 commit 8fb17da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-droid/build-boost.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ using android : i686 : ${DROIDTOOLS}-g++ :
<compileflags>-std=gnu++0x
<compileflags>-Wno-variadic-macros
<compileflags>-fexceptions
<compileflags>-frtti
<compileflags>-fpic
<compileflags>-ffunction-sections
<compileflags>-funwind-tables
Expand All @@ -126,6 +125,7 @@ using android : i686 : ${DROIDTOOLS}-g++ :
<compileflags>-fvisibility=hidden
<compileflags>-fvisibility-inlines-hidden
<compileflags>-fdata-sections
<cxxflags>-frtti
<cxxflags>-D_REENTRANT
<cxxflags>-D_GLIBCXX__PTHREADS
;
Expand All @@ -137,7 +137,6 @@ using android : arm : ${DROIDTOOLS}-g++ :
<compileflags>-std=gnu++0x
<compileflags>-Wno-variadic-macros
<compileflags>-fexceptions
<compileflags>-frtti
<compileflags>-fpic
<compileflags>-ffunction-sections
<compileflags>-funwind-tables
Expand Down Expand Up @@ -170,6 +169,7 @@ using android : arm : ${DROIDTOOLS}-g++ :
<compileflags>-fvisibility=hidden
<compileflags>-fvisibility-inlines-hidden
<compileflags>-fdata-sections
<cxxflags>-frtti
<cxxflags>-D__arm__
<cxxflags>-D_REENTRANT
<cxxflags>-D_GLIBCXX__PTHREADS
Expand Down

0 comments on commit 8fb17da

Please sign in to comment.