[#5755] romfs target fails for lib/pwlib
Submitted By: Peter Meerwald
Open Date
2009-12-08 05:53:07
Priority:
Medium Assignee:
Nobody
Status:
Open Fixed In Release:
N/A
Found In Release:
snaps Release:
Category:
uClinux-dist applications Board:
N/A
Processor:
ALL Silicon Revision:
Is this bug repeatable?:
Yes Resolution:
Fixed
Uboot version or rev.:
Toolchain version or rev.:
09r1-10
App binary format:
N/A
Summary: romfs target fails for lib/pwlib
Details:
the library built is called libpt_linux_bfin_r.so.1.10.3, not _arm_
diff --git a/lib/pwlib/makefile b/lib/pwlib/makefile
index 901a6b7..2b08e0e 100644
--- a/lib/pwlib/makefile
+++ b/lib/pwlib/makefile
@@ -30,7 +30,7 @@ ifneq ($(MAKECMDGOALS),distclean)
endif
romfs:
- $(ROMFSINST) lib/libpt_linux_arm_r.so.1.10.3 /lib/libpt_linux_arm_r.so.1.10.3
+ $(ROMFSINST) lib/libpt_linux_bfin_r.so.1.10.3 /lib/libpt_linux_bfin_r.so.1.10.3
distclean:
clean:
Follow-ups
--- Mike Frysinger 2009-12-08 20:46:54
that fix isnt really much better. i changed it to use the variable that
contains the generated name.
Files
Changes
Commits
Dependencies
Duplicates
Associations
Tags
File Name File Type File Size Posted By
No Files Were Found