mirror of
https://github.com/bebbo/amiga-gcc.git
synced 2025-12-08 22:38:25 +00:00
Enable one to override SHELL when executing make
This commit is contained in:
2
Makefile
2
Makefile
@ -10,7 +10,7 @@ include disable_implicite_rules.mk
|
|||||||
# =================================================
|
# =================================================
|
||||||
PREFIX ?= /opt/amiga
|
PREFIX ?= /opt/amiga
|
||||||
export PATH := $(PREFIX)/bin:$(PATH)
|
export PATH := $(PREFIX)/bin:$(PATH)
|
||||||
SHELL = /bin/bash
|
SHELL ?= /bin/bash
|
||||||
|
|
||||||
GCC_GIT ?= https://github.com/bebbo/gcc
|
GCC_GIT ?= https://github.com/bebbo/gcc
|
||||||
GCC_BRANCH ?= gcc-6-branch
|
GCC_BRANCH ?= gcc-6-branch
|
||||||
|
|||||||
Reference in New Issue
Block a user