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
3b9814b1
Commit
3b9814b1
authored
Nov 03, 2009
by
Erik Faye-Lund
Browse files
makefile: remove useless comments
parent
18408096
Changes
1
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
3b9814b1
...
@@ -31,7 +31,6 @@ else
...
@@ -31,7 +31,6 @@ else
TARGET_PREFIX
=
$(TARGET)
TARGET_PREFIX
=
$(TARGET)
endif
endif
#$(eval $(call setup-gcc, out-prefix, toolchain-prefix))
define
setup-gcc
define
setup-gcc
$(1)CC
=
$(2)
gcc
$(1)CC
=
$(2)
gcc
$(1)CXX
=
$(2)
g++
$(1)CXX
=
$(2)
g++
...
@@ -41,7 +40,6 @@ define setup-gcc
...
@@ -41,7 +40,6 @@ define setup-gcc
$(1)AR
=
$(2)
ar
$(1)AR
=
$(2)
ar
endef
endef
#$(eval $(call setup-armcc, out-prefix))
define
setup-armcc
define
setup-armcc
$(1)CC
=
armcc
$(1)CC
=
armcc
$(1)CXX
=
armcpp
$(1)CXX
=
armcpp
...
...
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