From: nealcrook Date: Tue, 15 Nov 2016 08:19:39 +0000 (+0000) Subject: Revert "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=d933e6893961effc9df96f2cf9a72f367f68adb6;p=FUZIX.git Revert "change 6809 makefiles to point to Library/include/6809 rather than" This reverts commit 78a3da526b98b974b305f97d03d606d3bd280548. Reverting becasue this change had already been applied from elsewhere by the time I tried to push this branch upstream. --- diff --git a/Applications/as09/Makefile b/Applications/as09/Makefile index 83d46a59..65050360 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/6809 -Wall -pedantic -fno-strict-aliasing +CFLAGS = -I../../Library/include -I../../Library/include/6502 -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 5e1385a6..f7a8506f 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/6809 -Wall -pedantic -fno-strict-aliasing +CFLAGS = -I../../Library/include -I../../Library/include/6502 -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 7c06ad88..6746d5c1 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/6809 +CFLAGS = -Os -I../../Library/include -I../../Library/include/6502 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 13aee377..d8789fd8 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/6809 -Wall -pedantic -fno-strict-aliasing +CFLAGS = -I../../Library/include -I../../Library/include/6502 -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 f0d52f39..79568bde 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/6809 -Os +CFLAGS = -I../../Library/include -I../../Library/include/6502 -Os LINKER_OPT = --format=raw -L../../Library/libs -lc6809 LIBGCCDIR = $(dir $(shell $(CC) -print-libgcc-file-name)) LINKER_OPT += -L$(LIBGCCDIR) -lgcc --map=$@.map