Revert "change 6809 makefiles to point to Library/include/6809 rather than"
authornealcrook <neal@pippaluk.org.uk>
Tue, 15 Nov 2016 08:19:39 +0000 (08:19 +0000)
committernealcrook <neal@pippaluk.org.uk>
Tue, 15 Nov 2016 08:19:39 +0000 (08:19 +0000)
This reverts commit 78a3da526b98b974b305f97d03d606d3bd280548.

Reverting becasue this change had already been applied from elsewhere by the
time I tried to push this branch upstream.

Applications/as09/Makefile
Applications/cpp/Makefile
Applications/fview/Makefile.6809
Applications/ld09/Makefile
Applications/ue/Makefile.6809

index 83d46a5..6505036 100644 (file)
@@ -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))
index 5e1385a..f7a8506 100644 (file)
@@ -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))
index 7c06ad8..6746d5c 100644 (file)
@@ -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
index 13aee37..d8789fd 100644 (file)
@@ -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))
index f0d52f3..79568bd 100644 (file)
@@ -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