From 2a779554d7915345a47f1b513becde131f309b47 Mon Sep 17 00:00:00 2001 From: kbongers Date: Sat, 1 Sep 2001 23:56:20 +0000 Subject: [PATCH] make CC=sdcc git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1208 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- device/examples/ds390/ow390/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/device/examples/ds390/ow390/Makefile b/device/examples/ds390/ow390/Makefile index 6add35a7..ab84f0c3 100755 --- a/device/examples/ds390/ow390/Makefile +++ b/device/examples/ds390/ow390/Makefile @@ -1,5 +1,5 @@ -#CC = sdcc -CC = /home/johan/sdcc/bin/sdcc +CC = sdcc +#CC = /home/johan/sdcc/bin/sdcc MFLAGS = -mds390 LFLAGS = --xram-loc 0x180080 --code-loc 0x10000 -Wl-r -- 2.30.2