Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PoroCYon
pimpmobile
Commits
18408096
Commit
18408096
authored
Nov 03, 2009
by
Erik Faye-Lund
Browse files
makefile: obey USE_ARMCC env variable
parent
cdd7b12f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
18408096
...
@@ -51,8 +51,12 @@ define setup-armcc
...
@@ -51,8 +51,12 @@ define setup-armcc
$(1)AR
=
armar
$(1)AR
=
armar
endef
endef
ifdef
USE_ARMCC
$(eval
$(call
setup-armcc,TARGET_))
else
$(eval
$(call
setup-gcc,TARGET_,
$(TARGET_PREFIX)))
$(eval
$(call
setup-gcc,TARGET_,
$(TARGET_PREFIX)))
# $(eval $(call setup-armcc,TARGET_))
endif
$(eval
$(call
setup-gcc,,))
$(eval
$(call
setup-gcc,,))
ifneq
($(findstring $(MAKEFLAGS),s),s)
ifneq
($(findstring $(MAKEFLAGS),s),s)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment