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

Side by Side Diff: config/mh-darwin

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/math.m4 ('k') | config/mh-interix » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # The -mdynamic-no-pic ensures that the compiler executable is built without 1 # The -mdynamic-no-pic ensures that the compiler executable is built without
2 # position-independent-code -- the usual default on Darwin. This fix speeds 2 # position-independent-code -- the usual default on Darwin. This fix speeds
3 # compiles by 3-5%. 3 # compiles by 3-5%.
4 BOOT_CFLAGS += -mdynamic-no-pic
4 5
5 BOOT_CFLAGS += -mdynamic-no-pic 6 # Ensure we don't try and use -pie, as it is incompatible with pch.
7 BOOT_LDFLAGS += `case ${host} in *-*-darwin[1][1-9]*) echo -Wl,-no_pie ;; esac;`
OLDNEW
« no previous file with comments | « config/math.m4 ('k') | config/mh-interix » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698