summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--helper/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/helper/Makefile.am b/helper/Makefile.am
index f60e80e..b8a4537 100644
--- a/helper/Makefile.am
+++ b/helper/Makefile.am
@@ -42,10 +42,6 @@ init_SOURCES = init.c
init_CFLAGS = -static
init_LDFLAGS = -static
-# http://www.doof.me.uk/2010/05/07/cute-objcopy-hack/
-ELF_DEFAULT_ARCH = $(shell $(srcdir)/elf-default-arch | gawk '{ print $$1 }')
-DEFAULT_ARCH = $(shell $(srcdir)/elf-default-arch | gawk '{ print $$2 }')
-
CLEANFILES = ext2init.S
ext2init.o: ext2init.S