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

Unified Diff: gcc/config.gcc

Issue 6691046: Add -mtls-use-call option to avoid %gs:0 TLS accesses. (Closed) Base URL: http://git.chromium.org/git/nacl-gcc@master
Patch Set: Created 9 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | gcc/config/i386/i386.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/config.gcc
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 5fdcfe3a60371974649dbb7e6843da7b97843437..a1db9d5f1109b56a2c82a7e9bd55531002383b8c 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -1083,6 +1083,7 @@ i[34567]86-*-coff*)
*-*-nacl*)
tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/nacl.h"
tmake_file="${tmake_file} i386/t-crtstuff i386/t-crtpc i386/t-crtfm t-dfprules i386/t-nacl64"
+ extra_options="${extra_options} i386/nacl.opt"
;;
i[34567]86-*-linux* | i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-knetbsd*-gnu | i[34567]86-*-gnu* | i[34567]86-*-kopensolaris*-gnu)
# Intel 80386's running GNU/*
« no previous file with comments | « no previous file | gcc/config/i386/i386.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698