X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=helper%2FMakefile.am;h=804fa492c5c195a900435b2305593747a8b6b1a6;hb=beade5dece2fa01d78da8a2f12d5a86adc96ad13;hp=940a2ee54e0701b557d9d6dcaef4943487910e9e;hpb=0f89ba0654de234429042ffcc91c8a0de94ec98b;p=febootstrap.git diff --git a/helper/Makefile.am b/helper/Makefile.am index 940a2ee..804fa49 100644 --- a/helper/Makefile.am +++ b/helper/Makefile.am @@ -43,12 +43,13 @@ init_CFLAGS = -static init_LDFLAGS = -all-static # http://www.doof.me.uk/2010/05/07/cute-objcopy-hack/ -ELF_DEFAULT_ARCH = $(shell $(srcdir)/elf-default-arch) +ELF_DEFAULT_ARCH = $(shell $(srcdir)/elf-default-arch | gawk '{ print $$1 }') +DEFAULT_ARCH = $(shell $(srcdir)/elf-default-arch | gawk '{ print $$2 }') ext2init.o: init strip --strip-all $< @file $< | grep -isq static || \ (echo "*** error: init is not staticly linked"; exit 1) - objcopy -I binary -B i386 -O $(ELF_DEFAULT_ARCH) $< $@ + objcopy -I binary -B $(DEFAULT_ARCH) -O $(ELF_DEFAULT_ARCH) $< $@ man_MANS = \ febootstrap-supermin-helper.8