mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-22 09:40:56 +00:00
No need to expand the host cc every time.
This commit is contained in:
parent
b984db5ffc
commit
787be08150
2
ct-ng.in
2
ct-ng.in
@ -23,7 +23,7 @@ export CT_RESTART=$(RESTART)
|
|||||||
PHONY += all
|
PHONY += all
|
||||||
all: help
|
all: help
|
||||||
|
|
||||||
HOST_CC = gcc -funsigned-char
|
HOST_CC := gcc -funsigned-char
|
||||||
|
|
||||||
# Help system
|
# Help system
|
||||||
help:: help-head help-config help-samples help-build help-clean help-distrib help-env help-tail
|
help:: help-head help-config help-samples help-build help-clean help-distrib help-env help-tail
|
||||||
|
Loading…
x
Reference in New Issue
Block a user