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
bad2cb84
Commit
bad2cb84
authored
Jun 07, 2009
by
Erik Faye-Lund
Browse files
remove dead make-rules
Signed-off-by:
Erik Faye-Lund
<
kusmabite@gmail.com
>
parent
8f0a1541
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
bad2cb84
...
...
@@ -189,12 +189,6 @@ bin/pimpconv$(EXE_EXT): $(call make-host-objs, $(PIMPCONV_SOURCES))
lib/libpimp_gba.a
:
$(OBJS)
$(QUIET_AR)$(TARGET_AR)
$(ARFLAGS)
$@
$?
# set compiler for ARM-sources
# $(call make-target-objs, $(filter-out $(ARM_SOURCES), $(SOURCES))): CC = $(TARGET_CC)
# $(call make-target-objs, $(filter-out $(ARM_SOURCES), $(SOURCES))): CFLAGS = $(TARGET_CFLAGS)
#$(call make-target-objs, $(filter-out $(ARM_SOURCES), $(SOURCES))):
# echo $(COMPILE.c) $<
# Override CC for target-builds
$(TARGET_BUILD_DIR)/%.o
:
CC = $(TARGET_CC)
$(TARGET_BUILD_DIR)/%.o
:
CPPFLAGS += $(TARGET_CPPFLAGS)
...
...
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