1
0
mirror of https://github.com/bebbo/amiga-gcc.git synced 2026-05-04 19:22:14 +00:00
This commit is contained in:
bebbo
2018-10-16 08:31:04 +02:00
parent c94bd9eb0a
commit e0a797d3c9

View File

@@ -13,7 +13,7 @@ SHELL = /bin/bash
PREFIX ?= /opt/amiga
export PATH := $(PREFIX)/bin:$(PATH)
BUILD ?= build-$(shell uname -o)
BUILD ?= build-$(shell uname)
GCC_GIT ?= https://github.com/bebbo/gcc
GCC_BRANCH ?= gcc-6-branch