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

Side by Side Diff: config/mh-ppc-aix

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/mh-interix ('k') | config/mmap.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 # To prevent the Ada static runtime library from using nearly the entire 1 # To prevent the Ada static runtime library from using nearly the entire
2 # TOC, we used to compile Ada files with minimal-toc in addition to -gnatg 2 # TOC, we used to compile Ada files with minimal-toc in addition to -gnatg
3 # (mandatory to compile language defined units). This incured a performance 3 # (mandatory to compile language defined units). This incured a performance
4 # penalty and is not required with section anchors enabled by default so we 4 # penalty and is not required with section anchors enabled by default so we
5 # don't do it any more. 5 # don't do it any more.
6 BOOT_ADAFLAGS = -gnatapg 6 BOOT_ADAFLAGS = -gnatapg
7 BOOT_LDFLAGS = -Wl,-bbigtoc 7 BOOT_LDFLAGS = -Wl,-bbigtoc
8 LDFLAGS = `case $(CC) in *gcc*) echo -Wl,-bbigtoc ;; esac;` 8 LDFLAGS = `case '$(CC)' in *gcc*) echo -Wl,-bbigtoc ;; esac;`
OLDNEW
« no previous file with comments | « config/mh-interix ('k') | config/mmap.m4 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698