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
98ad6130
Commit
98ad6130
authored
Jun 07, 2009
by
Erik Faye-Lund
Browse files
add a comment for host-builds similar to target-builds
Signed-off-by:
Erik Faye-Lund
<
kusmabite@gmail.com
>
parent
bad2cb84
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
98ad6130
...
...
@@ -194,6 +194,7 @@ $(TARGET_BUILD_DIR)/%.o: CC = $(TARGET_CC)
$(TARGET_BUILD_DIR)/%.o
:
CPPFLAGS += $(TARGET_CPPFLAGS)
$(TARGET_BUILD_DIR)/%.o
:
CFLAGS += $(TARGET_CFLAGS)
# Override CC for host-builds
$(HOST_BUILD_DIR)/%.o
:
CFLAGS += $(HOST_CFLAGS)
$(HOST_BUILD_DIR)/%.o
:
CXXFLAGS += $(HOST_CXXFLAGS)
bin/pimpconv$(EXE_EXT)
:
CC = $(CXX)
...
...
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