summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-08-26 11:12:40 +0100
committerRichard W.M. Jones <rjones@redhat.com>2011-08-26 11:12:40 +0100
commit32c96c7605e4acb548ee702af19741dbd0d09a30 (patch)
tree77ae4df40b608ecf0cfc3155d27875087a7afaa9
parentb7c42fd392a1cade2492cd9145b213125d0f871a (diff)
downloadfebootstrap-32c96c7605e4acb548ee702af19741dbd0d09a30.tar.gz
febootstrap-32c96c7605e4acb548ee702af19741dbd0d09a30.tar.xz
febootstrap-32c96c7605e4acb548ee702af19741dbd0d09a30.zip
Remove obsolete ELF_DEFAULT_ARCH, DEFAULT_ARCH rules from Makefile.
This updates commit df569d49aa10af5995f771362ddc1400f16486e8.
-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