| Submitter | Juan Quintela |
|---|---|
| Date | Aug. 3, 2009, 12:46 p.m. |
| Message ID | <b34e6e535e241f1ed59c283a1669e82ceb6ac9fd.1249301360.git.quintela@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/30538/ |
| State | Superseded |
| Headers | show |
Comments
Patch
diff --git a/Makefile.target b/Makefile.target index 37e8e0f..951063e 100644 --- a/Makefile.target +++ b/Makefile.target @@ -163,10 +163,6 @@ obj-y = main.o syscall.o strace.o mmap.o signal.o path.o thunk.o \ elfload.o linuxload.o uaccess.o envlist.o gdbstub.o gdbstub-xml.o \ ioport-user.o obj-$(TARGET_HAS_BFLT) += flatload.o - -ifdef TARGET_HAS_ELFLOAD32 -elfload32.o: elfload.c -endif obj-$(TARGET_HAS_ELFLOAD32) += elfload32.o ifeq ($(TARGET_ARCH), i386)
Signed-off-by: Juan Quintela <quintela@redhat.com> --- Makefile.target | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-)