From: nealcrook Date: Mon, 7 Nov 2016 13:13:10 +0000 (+0000) Subject: change 6809 makefiles to point to Library/include/6809 rather than X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=78a3da526b98b974b305f97d03d606d3bd280548;p=FUZIX.git change 6809 makefiles to point to Library/include/6809 rather than Library/include/6502 - no functional effect because the files are identical in both places. --- diff --git a/Applications/as09/Makefile b/Applications/as09/Makefile index 65050360..83d46a59 100644 --- a/Applications/as09/Makefile +++ b/Applications/as09/Makefile @@ -4,7 +4,7 @@ CC = m6809-unknown-gcc ASM = m6809-unknown-as AR = m6809-unknown-ar LINKER = lwlink -CFLAGS = -I../../Library/include -I../../Library/include/6502 -Wall -pedantic -fno-strict-aliasing +CFLAGS = -I../../Library/include -I../../Library/include/6809 -Wall -pedantic -fno-strict-aliasing COPT = -Os LINKER_OPT = --format=raw -L../../Library/libs -lc6809 LIBGCCDIR = $(dir $(shell $(CC) -print-libgcc-file-name)) diff --git a/Applications/cpp/Makefile b/Applications/cpp/Makefile index f7a8506f..5e1385a6 100644 --- a/Applications/cpp/Makefile +++ b/Applications/cpp/Makefile @@ -4,7 +4,7 @@ CC = m6809-unknown-gcc ASM = m6809-unknown-as AR = m6809-unknown-ar LINKER = lwlink -CFLAGS = -I../../Library/include -I../../Library/include/6502 -Wall -pedantic -fno-strict-aliasing +CFLAGS = -I../../Library/include -I../../Library/include/6809 -Wall -pedantic -fno-strict-aliasing COPT = -Os LINKER_OPT = --format=raw -L../../Library/libs -lc6809 LIBGCCDIR = $(dir $(shell $(CC) -print-libgcc-file-name)) diff --git a/Applications/fview/Makefile.6809 b/Applications/fview/Makefile.6809 index 6746d5c1..7c06ad88 100644 --- a/Applications/fview/Makefile.6809 +++ b/Applications/fview/Makefile.6809 @@ -4,7 +4,7 @@ CC = m6809-unknown-gcc ASM = m6809-unknown-as AR = m6809-unknown-ar LINKER = lwlink -CFLAGS = -Os -I../../Library/include -I../../Library/include/6502 +CFLAGS = -Os -I../../Library/include -I../../Library/include/6809 LINKER_OPT = --format=raw -L../../Library/libs -lc6809 LIBGCCDIR = $(dir $(shell $(CC) -print-libgcc-file-name)) LINKER_OPT += -L$(LIBGCCDIR) -lgcc diff --git a/Applications/ld09/Makefile b/Applications/ld09/Makefile index d8789fd8..13aee377 100644 --- a/Applications/ld09/Makefile +++ b/Applications/ld09/Makefile @@ -4,7 +4,7 @@ CC = m6809-unknown-gcc ASM = m6809-unknown-as AR = m6809-unknown-ar LINKER = lwlink -CFLAGS = -I../../Library/include -I../../Library/include/6502 -Wall -pedantic -fno-strict-aliasing +CFLAGS = -I../../Library/include -I../../Library/include/6809 -Wall -pedantic -fno-strict-aliasing COPT = -Os LINKER_OPT = --format=raw -L../../Library/libs -lc6809 LIBGCCDIR = $(dir $(shell $(CC) -print-libgcc-file-name)) diff --git a/Applications/ue/Makefile.6809 b/Applications/ue/Makefile.6809 index 79568bde..f0d52f39 100644 --- a/Applications/ue/Makefile.6809 +++ b/Applications/ue/Makefile.6809 @@ -4,7 +4,7 @@ CC = m6809-unknown-gcc ASM = m6809-unknown-as AR = m6809-unknown-ar LINKER = lwlink -CFLAGS = -I../../Library/include -I../../Library/include/6502 -Os +CFLAGS = -I../../Library/include -I../../Library/include/6809 -Os LINKER_OPT = --format=raw -L../../Library/libs -lc6809 LIBGCCDIR = $(dir $(shell $(CC) -print-libgcc-file-name)) LINKER_OPT += -L$(LIBGCCDIR) -lgcc --map=$@.map