1
0
mirror of https://github.com/bebbo/amiga-gcc.git synced 2026-05-09 12:24:55 +00:00
This commit is contained in:
bebbo
2018-06-17 09:38:37 +02:00
parent b9509825c0
commit 23ad81ce84

View File

@@ -16,8 +16,8 @@ GCC_GIT ?= https://github.com/bebbo/gcc
GCC_BRANCH ?= gcc-6-branch
GCC_VERSION ?= $(shell cat 2>/dev/null projects/gcc/gcc/BASE-VER)
BINUTILS_GIT ?= https://github.com/bebbo/binutils-gdb
BINUTILS_BRANCH ?= amiga
BINUTILS_GIT ?= https://github.com/bebbo/amigaos-binutils-2.14
BINUTILS_BRANCH ?= master
CFLAGS?=-Os
CPPFLAGS=$(CFLAGS)
@@ -253,8 +253,8 @@ build/binutils/_done: build/binutils/gas/Makefile $(shell find 2>/dev/null proje
touch -t 0001010000 projects/binutils/binutils/arparse.y
touch -t 0001010000 projects/binutils/binutils/arlex.l
touch -t 0001010000 projects/binutils/ld/ldgram.y
$(MAKE) -C build/binutils all-gas all-binutils all-ld all-gdb $(LOG)
$(MAKE) -C build/binutils install-gas install-binutils install-ld install-gdb $(LOG)
$(MAKE) -C build/binutils all-gas all-binutils all-ld $(LOG)
$(MAKE) -C build/binutils install-gas install-binutils install-ld $(LOG)
echo "done" >$@
echo "build $(BINUTILS)"