aboutsummaryrefslogtreecommitdiff
path: root/arclib/Makefile
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2009-04-26 14:57:08 +0200
committerGuido Günther <agx@sigxcpu.org>2009-04-26 15:26:25 +0200
commit3c8b9481088b546af3f0fd161a432ba0f0cb682e (patch)
treee6a83124f6becb94abc6dfbd03b8bd6400170f81 /arclib/Makefile
parentd8a73fe012567565113419dc0c4678df5abe5bc5 (diff)
Move libc functions into a pseudo libc away from libarc
Diffstat (limited to 'arclib/Makefile')
-rw-r--r--arclib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arclib/Makefile b/arclib/Makefile
index 4a53c26..c519786 100644
--- a/arclib/Makefile
+++ b/arclib/Makefile
@@ -4,7 +4,7 @@
CFLAGS += -O2 -Werror -Wall -mno-abicalls -G 0 -fno-pic
TARGETS = libarc.a
-OBJECTS = arc.o stdio.o stdlib.o string.o
+OBJECTS = arc.o
all: $(TARGETS)