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
8f0a1541
Commit
8f0a1541
authored
Jun 07, 2009
by
Erik Faye-Lund
Browse files
add LDLIBS to linkage for pimpconv
Signed-off-by:
Erik Faye-Lund
<
kusmabite@gmail.com
>
parent
163b44f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
8f0a1541
...
...
@@ -184,7 +184,7 @@ $(call make-target-objs, $(filter $(ARM_SOURCES), $(SOURCES))): TARGET_CFLAG
bin/pimpconv$(EXE_EXT)
:
CC = $(HOST_CXX)
#
make sure we use the c++ compiler for this
bin/pimpconv$(EXE_EXT)
:
$(call make-host-objs
,
$(PIMPCONV_SOURCES))
$(QUIET_LINK)$(LINK.o)
$^
$(LOADLIBES)
$(OUTPUT_OPTION)
$(QUIET_LINK)$(LINK.o)
$^
$(LOADLIBES)
$(LDLIBS)
$(OUTPUT_OPTION)
lib/libpimp_gba.a
:
$(OBJS)
$(QUIET_AR)$(TARGET_AR)
$(ARFLAGS)
$@
$?
...
...
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