Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PoroCYon
pimpmobile
Commits
a8bd178d
Commit
a8bd178d
authored
Jun 07, 2009
by
Erik Faye-Lund
Browse files
remove unused rule, and rewrite c++ rule to use $(COMPILE.cpp)
Signed-off-by:
Erik Faye-Lund
<
kusmabite@gmail.com
>
parent
46e8a89d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
a8bd178d
...
...
@@ -221,13 +221,9 @@ $(HOST_BUILD_DIR)/%.o: %.c
### C++
$(TARGET_BUILD_DIR)/%.o
:
%.cpp
@
$(MKDIR)
$(
dir
$@
)
$(QUIET_CXX)$(TARGET_CXX)
$(CPPFLAGS)
$(CXXFLAGS)
$(THUMB)
-c
$<
-o
$@
-MMD
-MP
-MF
$
(
@:.o
=
.d
)
$(HOST_BUILD_DIR)/%.o
:
%.cpp
@
$(MKDIR)
$(
dir
$@
)
$(QUIET_CXX)$(C
XX)
$(CPPFLAGS)
$(CXXFLAGS)
-c
$<
-o
$@
-MMD
-MP
-MF
$
(
@:.o
=
.d
)
$(QUIET_CXX)$(C
OMPILE.cpp)
$(OUTPUT_OPTION)
$<
-MMD
-MP
-MF
$
(
@:.o
=
.d
)
### ASM
...
...
Write
Preview
Supports
Markdown
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