From: Alan Cox Date: Sat, 10 Jan 2015 00:41:40 +0000 (+0000) Subject: 6502: don't built -tc128, we want ascii not petsci X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=84d7ff9d275e15668f1600a1fa1e9181dc3d9021;p=FUZIX.git 6502: don't built -tc128, we want ascii not petsci --- diff --git a/Kernel/Makefile b/Kernel/Makefile index 3d71a167..a01832c4 100644 --- a/Kernel/Makefile +++ b/Kernel/Makefile @@ -42,7 +42,7 @@ else ifeq ($(CPU),6502) export CROSS_AS=ca65 export CROSS_LD=cl65 export CROSS_CC=cl65 -export CROSS_CCOPTS=-c -Or -t c128 -I$(ROOT_DIR)/cpu-6502 -I$(ROOT_DIR)/platform-$(TARGET) -I$(ROOT_DIR)/include +export CROSS_CCOPTS=-c -Or -t none -I$(ROOT_DIR)/cpu-6502 -I$(ROOT_DIR)/platform-$(TARGET) -I$(ROOT_DIR)/include export BINEXT = .o else export CROSS_AS=m6809-unknown-as