From ae64ac19dee9365c82877ef52cbba2513921eb79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Sun, 14 Oct 2012 08:35:41 +0000 Subject: [PATCH] still had the wrong CPU in the Makefile. Not its "-mcpu=5474" as suggested. --- BaS_GNU/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BaS_GNU/Makefile b/BaS_GNU/Makefile index 089a5d5..cf9bdb7 100644 --- a/BaS_GNU/Makefile +++ b/BaS_GNU/Makefile @@ -18,7 +18,7 @@ CC=$(TCPREFIX)gcc LD=$(TCPREFIX)ld INCLUDE=-Iinclude -CFLAGS=-mcpu=5475 -Wno-multichar -Os -fomit-frame-pointer +CFLAGS=-mcpu=5474 -Wno-multichar -Os -fomit-frame-pointer SRCDIR=sources OBJDIR=objs