From 31ee2ba3a34b2374c9cc20da3652b2e769fe8531 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Tue, 12 Mar 2019 22:02:08 +0000 Subject: [PATCH] v85: don't keep temporaries We are no longer debugging the discard tool --- Kernel/platform-v85/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel/platform-v85/Makefile b/Kernel/platform-v85/Makefile index 77ba0cc4..b53052b8 100644 --- a/Kernel/platform-v85/Makefile +++ b/Kernel/platform-v85/Makefile @@ -37,7 +37,7 @@ $(DOBJS): %.o: ../dev/%.c # Need to make discard work yet $(DISCARD_DOBJS): %.o: ../dev/%.c - $(CROSS_CC) -t -Ras=../tools/discard85 $(CROSS_CCOPTS) $< + $(CROSS_CC) -Ras=../tools/discard85 $(CROSS_CCOPTS) $< tricks.s: ../lib/8080fixedbank.s ../lib/8080fixedbank-core.s -- 2.34.1