git.annexia.org
/
febootstrap.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7c42fd
)
Remove obsolete ELF_DEFAULT_ARCH, DEFAULT_ARCH rules from Makefile.
author
Richard W.M. Jones
<rjones@redhat.com>
Fri, 26 Aug 2011 10:12:40 +0000
(11:12 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Fri, 26 Aug 2011 10:12:40 +0000
(11:12 +0100)
This updates commit
df569d49aa10af5995f771362ddc1400f16486e8
.
helper/Makefile.am
patch
|
blob
|
history
diff --git
a/helper/Makefile.am
b/helper/Makefile.am
index
f60e80e
..
b8a4537
100644
(file)
--- 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