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

Side by Side Diff: config/mt-sde

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 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 unified diff | Download patch
« no previous file with comments | « config/mt-alphaieee ('k') | config/picflag.m4 » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # We default to building libraries optimised for size. We use 1 # We default to building libraries optimised for size. We use
2 # -minterlink-mips16 so that the non-MIPS16 libraries can still be 2 # -minterlink-mips16 so that the non-MIPS16 libraries can still be
3 # linked against partly-MIPS16 code. The -mcode-xonly option allows 3 # linked against partly-MIPS16 code. The -mcode-xonly option allows
4 # MIPS16 libraries to run on Harvard-style split I/D memories, so long 4 # MIPS16 libraries to run on Harvard-style split I/D memories, so long
5 # as they have the D-to-I redirect for PC-relative loads. -mno-gpopt 5 # as they have the D-to-I redirect for PC-relative loads. -mno-gpopt
6 # has two purposes: it allows libraries to be used in situations where 6 # has two purposes: it allows libraries to be used in situations where
7 # $gp != our _gp, and it allows them to be built with -G8 while 7 # $gp != our _gp, and it allows them to be built with -G8 while
8 # retaining link compability with -G0 and -G4. 8 # retaining link compatibility with -G0 and -G4.
9 CFLAGS_FOR_TARGET += -Os -minterlink-mips16 -mcode-xonly -mno-gpopt 9 CFLAGS_FOR_TARGET += -Os -minterlink-mips16 -mcode-xonly -mno-gpopt
10 CXXFLAGS_FOR_TARGET += -Os -minterlink-mips16 -mcode-xonly -mno-gpopt 10 CXXFLAGS_FOR_TARGET += -Os -minterlink-mips16 -mcode-xonly -mno-gpopt
OLDNEW
« no previous file with comments | « config/mt-alphaieee ('k') | config/picflag.m4 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698