mirror of
https://github.com/linuxboot/heads.git
synced 2025-03-22 20:15:20 +00:00
typo in $(CROSS_TOOLS_NOCC), building xen with system ld (issue #173)
This commit is contained in:
parent
132d26de05
commit
1043517371
@ -15,6 +15,6 @@ xen_configure :=
|
|||||||
|
|
||||||
xen_target := \
|
xen_target := \
|
||||||
$(MAKE_JOBS) \
|
$(MAKE_JOBS) \
|
||||||
$(CROSS_TOOL_NOCC) \
|
$(CROSS_TOOLS_NOCC) \
|
||||||
CC="$(CROSS)gcc -Wno-builtin-macro-redefined -D__FILE__=\\\"__FILE__\\\"" \
|
CC="$(CROSS)gcc -Wno-builtin-macro-redefined -D__FILE__=\\\"__FILE__\\\"" \
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user