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

Unified Diff: newlib-trunk/newlib/libc/reent/Makefile.am

Issue 6929022: pnacl's newlib code contains function that can/should not be called (Closed)
Patch Set: update Created 9 years, 7 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 | « newlib-trunk/newlib/libc/posix/Makefile.in ('k') | newlib-trunk/newlib/libc/reent/Makefile.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: newlib-trunk/newlib/libc/reent/Makefile.am
===================================================================
--- a/newlib-trunk/newlib/libc/reent/Makefile.am
+++ b/newlib-trunk/newlib/libc/reent/Makefile.am
@@ -19,7 +19,9 @@
endif
ELIX_2_SOURCES = $(STDIO64_SOURCES)
-ELIX_3_SOURCES = execr.c
+ELIX_3_SOURCES =
+# @LOCALMOD
+ELIX_3_SOURCES_PNACL_ELIMINATED = execr.c
if ELIX_LEVEL_1
ELIX_SOURCES =
@@ -31,30 +33,34 @@
endif
endif
+
GENERAL_SOURCES = \
closer.c \
reent.c \
impure.c \
- fcntlr.c \
fstatr.c \
getpidr.c \
getreent.c \
gettimeofdayr.c \
isattyr.c \
- linkr.c \
lseekr.c \
- mkdirr.c \
openr.c \
readr.c \
- renamer.c \
- signalr.c \
signgam.c \
sbrkr.c \
statr.c \
- timesr.c \
- unlinkr.c \
writer.c
+# @LOCALMOD
+GENERAL_SOURCES_PNACL_ELIMINATED = \
+ fcntlr.c \
+ linkr.c \
+ mkdirr.c \
+ renamer.c \
+ signalr.c \
+ timesr.c \
+ unlinkr.c
+
libreent_la_LDFLAGS = -Xcompiler -nostdlib
if USE_LIBTOOL
« no previous file with comments | « newlib-trunk/newlib/libc/posix/Makefile.in ('k') | newlib-trunk/newlib/libc/reent/Makefile.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698