mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
cross-build Makefile needs to unset CFLAGS/CXXFLAGS when building the build-side utilities since the flags will be for the cross-compiler.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102225 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d46316e7ae
commit
37ff5c66db
2
Makefile
2
Makefile
@ -110,6 +110,8 @@ cross-compile-build-tools:
|
|||||||
ENABLE_COVERAGE=$(ENABLE_COVERAGE) \
|
ENABLE_COVERAGE=$(ENABLE_COVERAGE) \
|
||||||
DISABLE_ASSERTIONS=$(DISABLE_ASSERTIONS) \
|
DISABLE_ASSERTIONS=$(DISABLE_ASSERTIONS) \
|
||||||
ENABLE_EXPENSIVE_CHECKS=$(ENABLE_EXPENSIVE_CHECKS) \
|
ENABLE_EXPENSIVE_CHECKS=$(ENABLE_EXPENSIVE_CHECKS) \
|
||||||
|
CFLAGS= \
|
||||||
|
CXXFLAGS= \
|
||||||
) || exit 1;
|
) || exit 1;
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user