From 3333bd93b643dfd7a8554bcbc0be68fb7dcb8d61 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Thu, 20 Oct 2016 23:13:14 +0100 Subject: [PATCH] 68000: Switch to gcc 6.2.0 --- Applications/MWC/cmd/Makefile.68000 | 10 +++++----- Applications/V7/cmd/Makefile.68000 | 10 +++++----- Applications/V7/cmd/sh/Makefile.68000 | 10 +++++----- Applications/V7/games/Makefile.68000 | 10 +++++----- Applications/cave/Makefile.68000 | 10 +++++----- Applications/games/Makefile.68000 | 10 +++++----- Applications/util/Makefile.68000 | 10 +++++----- 7 files changed, 35 insertions(+), 35 deletions(-) diff --git a/Applications/MWC/cmd/Makefile.68000 b/Applications/MWC/cmd/Makefile.68000 index 812977b6..fdf638bf 100644 --- a/Applications/MWC/cmd/Makefile.68000 +++ b/Applications/MWC/cmd/Makefile.68000 @@ -1,9 +1,9 @@ PLATFORM = 68000 -CC = m68k-linux-gnu-gcc -ASM = m68k-linux-gnu-as -AR = m68k-linux-gnu-ar -LINKER = m68k-linux-gnu-ld -CFLAGS = -fno-strict-aliasing -fomit-frame-pointer -fno-builtin -Wall -m68000 -I../../../Library/include -I../../../Library/include/68000 +CC = m68k-uclinux-gcc +ASM = m68k-uclinux-as +AR = m68k-uclinux-ar +LINKER = m68k-uclinux-ld +CFLAGS = -fno-strict-aliasing -fomit-frame-pointer -fno-builtin -msoft-float -Wall -m68000 -Os -I../../../Library/include -I../../../Library/include/68000 LINKER_OPT = -L../../../Library/libs -lc68000 LIBGCCDIR = $(dir $(shell $(CC) -print-libgcc-file-name)) LINKER_OPT += --emit-relocs -L$(LIBGCCDIR) -lgcc -T ../../../Library/elf2flt.ld diff --git a/Applications/V7/cmd/Makefile.68000 b/Applications/V7/cmd/Makefile.68000 index a5a09bae..6665e5ae 100644 --- a/Applications/V7/cmd/Makefile.68000 +++ b/Applications/V7/cmd/Makefile.68000 @@ -1,9 +1,9 @@ PLATFORM = 68000 -CC = m68k-linux-gnu-gcc -ASM = m68k-linux-gnu-as -AR = m68k-linux-gnu-ar -LINKER = m68k-linux-gnu-ld -CFLAGS = -fno-strict-aliasing -fomit-frame-pointer -fno-builtin -Wall -m68000 -I../../../Library/include -I../../../Library/include/68000 +CC = m68k-uclinux-gcc +ASM = m68k-uclinux-as +AR = m68k-uclinux-ar +LINKER = m68k-uclinux-ld +CFLAGS = -Os -fno-strict-aliasing -fomit-frame-pointer -fno-builtin -Wall -m68000 -I../../../Library/include -I../../../Library/include/68000 LINKER_OPT = -L../../../Library/libs -lc68000 LIBGCCDIR = $(dir $(shell $(CC) -print-libgcc-file-name)) LINKER_OPT += --emit-relocs -L$(LIBGCCDIR) -lgcc -T ../../../Library/elf2flt.ld diff --git a/Applications/V7/cmd/sh/Makefile.68000 b/Applications/V7/cmd/sh/Makefile.68000 index c8a57755..6e2d4987 100644 --- a/Applications/V7/cmd/sh/Makefile.68000 +++ b/Applications/V7/cmd/sh/Makefile.68000 @@ -1,9 +1,9 @@ PLATFORM = 68000 -CC = m68k-linux-gnu-gcc -ASM = m68k-linux-gnu-as -AR = m68k-linux-gnu-ar -LINKER = m68k-linux-gnu-ld -CFLAGS = -fno-strict-aliasing -fomit-frame-pointer -fno-builtin -Wall -m68000 -I../../../../Library/include -I../../../../Library/include/68000 +CC = m68k-uclinux-gcc +ASM = m68k-uclinux-as +AR = m68k-uclinux-ar +LINKER = m68k-uclinux-ld +CFLAGS = -Os -fno-strict-aliasing -fomit-frame-pointer -fno-builtin -Wall -m68000 -I../../../../Library/include -I../../../../Library/include/68000 LINKER_OPT = -L../../../../Library/libs -lc68000 LIBGCCDIR = $(dir $(shell $(CC) -print-libgcc-file-name)) LINKER_OPT += --emit-relocs -L$(LIBGCCDIR) -lgcc -T ../../../../Library/elf2flt.ld diff --git a/Applications/V7/games/Makefile.68000 b/Applications/V7/games/Makefile.68000 index 2c2871a9..6e41dae9 100644 --- a/Applications/V7/games/Makefile.68000 +++ b/Applications/V7/games/Makefile.68000 @@ -1,9 +1,9 @@ PLATFORM = 68000 -CC = m68k-linux-gnu-gcc -ASM = m68k-linux-gnu-as -AR = m68k-linux-gnu-ar -LINKER = m68k-linux-gnu-ld -CFLAGS = -fno-strict-aliasing -fomit-frame-pointer -fno-builtin -Wall -m68000 -I../../../Library/include -I../../../Library/include/68000 +CC = m68k-uclinux-gcc +ASM = m68k-uclinux-as +AR = m68k-uclinux-ar +LINKER = m68k-uclinux-ld +CFLAGS = -Os -fno-strict-aliasing -fomit-frame-pointer -fno-builtin -Wall -m68000 -I../../../Library/include -I../../../Library/include/68000 LINKER_OPT = -L../../../Library/libs -lc68000 LIBGCCDIR = $(dir $(shell $(CC) -print-libgcc-file-name)) LINKER_OPT += --emit-relocs -L$(LIBGCCDIR) -lgcc -T ../../../Library/elf2flt.ld diff --git a/Applications/cave/Makefile.68000 b/Applications/cave/Makefile.68000 index 900239a4..43f29fbb 100644 --- a/Applications/cave/Makefile.68000 +++ b/Applications/cave/Makefile.68000 @@ -1,9 +1,9 @@ PLATFORM = 68000 -CC = m68k-linux-gnu-gcc -ASM = m68k-linux-gnu-as -AR = m68k-linux-gnu-ar -LINKER = m68k-linux-gnu-ld -CFLAGS = -I../../Library/include -I../../Library/include/68000 +CC = m68k-uclinux-gcc +ASM = m68k-uclinux-as +AR = m68k-uclinux-ar +LINKER = m68k-uclinux-ld +CFLAGS = -fno-strict-aliasing -fomit-frame-pointer -fno-builtin -msoft-float -Wall -m68000 -Os -I../../Library/include -I../../Library/include/68000 LINKER_OPT = -L../../Library/libs -lc68000 LIBGCCDIR = $(dir $(shell $(CC) -print-libgcc-file-name)) LINKER_OPT += --emit-relocs -L$(LIBGCCDIR) -lgcc -T ../../Library/elf2flt.ld diff --git a/Applications/games/Makefile.68000 b/Applications/games/Makefile.68000 index 785cbe5c..7e032412 100644 --- a/Applications/games/Makefile.68000 +++ b/Applications/games/Makefile.68000 @@ -1,9 +1,9 @@ PLATFORM = 68000 -CC = m68k-linux-gnu-gcc -ASM = m68k-linux-gnu-as -AR = m68k-linux-gnu-ar -LINKER = m68k-linux-gnu-ld -CFLAGS = -I../../Library/include -I../../Library/include/68000 +CC = m68k-uclinux-gcc +ASM = m68k-uclinux-as +AR = m68k-uclinux-ar +LINKER = m68k-uclinux-ld +CFLAGS = -fno-strict-aliasing -fomit-frame-pointer -fno-builtin -msoft-float -Wall -m68000 -Os -I../../Library/include -I../../Library/include/68000 LINKER_OPT = -L../../Library/libs -lc68000 LIBGCCDIR = $(dir $(shell $(CC) -print-libgcc-file-name)) LINKER_OPT += --emit-relocs -L$(LIBGCCDIR) -lgcc -T ../../Library/elf2flt.ld diff --git a/Applications/util/Makefile.68000 b/Applications/util/Makefile.68000 index 8af23557..045db3b7 100644 --- a/Applications/util/Makefile.68000 +++ b/Applications/util/Makefile.68000 @@ -1,9 +1,9 @@ PLATFORM = 68000 -CC = m68k-linux-gnu-gcc -ASM = m68k-linux-gnu-as -AR = m68k-linux-gnu-ar -LINKER = m68k-linux-gnu-ld -CFLAGS = -fno-strict-aliasing -fomit-frame-pointer -fno-builtin -Wall -m68000 -I../../Library/include -I../../Library/include/68000 +CC = m68k-uclinux-gcc +ASM = m68k-uclinux-as +AR = m68k-uclinux-ar +LINKER = m68k-uclinux-ld +CFLAGS = -fno-strict-aliasing -fomit-frame-pointer -fno-builtin -msoft-float -Wall -m68000 -Os -I../../Library/include -I../../Library/include/68000 LINKER_OPT = -L../../Library/libs -lc68000 LIBGCCDIR = $(dir $(shell $(CC) -print-libgcc-file-name)) LINKER_OPT += --emit-relocs -L$(LIBGCCDIR) -lgcc -T ../../Library/elf2flt.ld -- 2.34.1