summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-19 21:52:23 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-19 21:52:23 +0000
commit10c48772c65f263d8761e994dfc2ef8f2118a810 (patch)
tree532e0619ca5c17b693191b49d3c1a9b90bbe5203
parenta56d8925863639d7c31c1693002654e957b88a35 (diff)
2007-09-19 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile: Clean up.
-rw-r--r--http/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/http/Makefile b/http/Makefile
index 7c64dc4..fde384b 100644
--- a/http/Makefile
+++ b/http/Makefile
@@ -76,17 +76,12 @@ CLEAN_ADDITIONS += FilesystemImage FilesystemImage.c FilesystemImage.h
CLEAN_ADDITIONS += stamp-index-html rootfs/index.html rootfs/shttpd.png
CLOBBER_ADDITIONS +=
-# strip out flags gcc knows but LD doesn't like -- add as needed
-LD_CPU_CFLAGS=$(CPU_CFLAGS:-mstrict-align:)
-
-COPY_ARCH=$(shell echo $(OBJCOPY) | cut -d'-' -f1)
-
all: ${ARCH} $(SRCS) $(PGM)
${PGM}: $(OBJS) $(LINK_FILES)
$(make-exe)
-$(ARCH)/init.c: init.c FilesystemImage.c
+$(ARCH)/init.o: init.c FilesystemImage.c
FilesystemImage: $(ARCH) stamp-index-html \
rootfs/etc/host.conf rootfs/etc/hosts rootfs/rtems_logo.jpg