David Hendricks has uploaded this change for review. ( https://review.coreboot.org/20293
Change subject: Remove djgpp-dos target ......................................................................
Remove djgpp-dos target
It is not different to other x-compilations.
Change-Id: Ia582b4cf622e670f1af439095ff58d62554232aa Signed-off-by: Stefan Tauner stefan.tauner@alumni.tuwien.ac.at --- M Makefile 1 file changed, 0 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/93/20293/1
diff --git a/Makefile b/Makefile index cf3cfe8..44aa24c 100644 --- a/Makefile +++ b/Makefile @@ -1405,9 +1405,6 @@ @rm -rf "$(EXPORTDIR)/flashrom-$(RELEASENAME)" @echo Created "$(EXPORTDIR)/flashrom-$(RELEASENAME).tar.gz"
-djgpp-dos: clean - make CC=i586-pc-msdosdjgpp-gcc STRIP=i586-pc-msdosdjgpp-strip - libpayload: clean make CC="CC=i386-elf-gcc lpgcc" AR=i386-elf-ar RANLIB=i386-elf-ranlib