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

Unified Diff: compiler-rt/lib/Makefile-pnacl

Issue 7205042: pnacl: move libgcc compiler flags into utman (Closed)
Patch Set: update Created 9 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiler-rt/lib/Makefile-pnacl
===================================================================
--- a/compiler-rt/lib/Makefile-pnacl
+++ b/compiler-rt/lib/Makefile-pnacl
@@ -7,7 +7,6 @@
# The following variables are expected to be set externally:
# SRC_DIR
-# ARCH
# CC
# AR
# CFLAGS
@@ -43,7 +42,7 @@
umoddi3.c umodsi3.c umodti3.c
# NOTE: we build pic so we can use this for both pic and non-pic nexes
-EXTRA_FLAGS= -arch ${ARCH} -I${SRC_DIR} --pnacl-allow-translate -O3 -fPIC
+EXTRA_FLAGS= -I${SRC_DIR}
EXTRA_DEFINES= -D_YUGA_LITTLE_ENDIAN=1 -D_YUGA_BIG_ENDIAN=0
# overwrite default rule to make sure nothig unexpected happens
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698