Skip to content

Commit

Permalink
[pbc_to_exe] Reorder linker arguments to list libraries last (Andy Do…
Browse files Browse the repository at this point in the history
…ugherty,

RT #49314).

git-svn-id: https://svn.parrot.org/parrot/trunk@24857 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
chromatic committed Jan 14, 2008
1 parent 6094f3c commit d22af45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/gen/makefiles/root.in
Original file line number Diff line number Diff line change
Expand Up @@ -785,8 +785,8 @@ $(PARROT) : $(SRC_DIR)/main$(O) $(GEN_HEADERS) $(LIBPARROT) CFLAGS \
pbc_to_exe.pir : $(PARROT) tools/dev/pbc_to_exe_gen.pl
$(PERL) tools/dev/pbc_to_exe_gen.pl \
"$(BUILD_DIR)/CFLAGS $(CC) \"\" $(CFLAGS) -I$(BUILD_DIR)/include \
@rpath_blib@ $(ALL_PARROT_LIBS) $(LINKFLAGS) \
$(BUILD_DIR)/src/parrot_config$(O)" \
$(BUILD_DIR)/src/parrot_config$(O) \
$(LINKFLAGS) @rpath_blib@ $(ALL_PARROT_LIBS)" \
> pbc_to_exe.pir

$(PBC_TO_EXE) : pbc_to_exe.pir
Expand Down

0 comments on commit d22af45

Please sign in to comment.