Nico Huber has uploaded this change for review.

View Change

Remove djgpp-dos target

It is not different to other x-compilations.

Original-Change-Id: Ia582b4cf622e670f1af439095ff58d62554232aa
Original-Reviewed-on: https://review.coreboot.org/20293
Original-Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Original-Tested-by: build bot (Jenkins) <no-reply@coreboot.org>

Change-Id: I81598358f85443d1d53c9fdf5c5ae705ef360c0d
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/77/21777/1
diff --git a/Makefile b/Makefile
index 4e62da8..785e4ee 100644
--- a/Makefile
+++ b/Makefile
@@ -1399,9 +1399,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

To view, visit change 21777. To unsubscribe, visit settings.

Gerrit-Project: flashrom
Gerrit-Branch: stable
Gerrit-MessageType: newchange
Gerrit-Change-Id: I81598358f85443d1d53c9fdf5c5ae705ef360c0d
Gerrit-Change-Number: 21777
Gerrit-PatchSet: 1
Gerrit-Owner: Nico Huber <nico.h@gmx.de>