berkus / mclinker

Automatically exported from code.google.com/p/mclinker
Other
0 stars 0 forks source link

The default search path provided by linker should be searched after all command line given -L #109

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
For example:
ld.mcld -L/mylib/ -lm test.o -march=arm

If /mylib/libm.so and /usr/lib/libm.so are both exist, we should use 
/mylib/libm.so but not the one under the default path, /usr/lib

Original issue reported on code.google.com by mysekki on 2 Jan 2013 at 9:31

GoogleCodeExporter commented 9 years ago

Original comment by pete.c...@gmail.com on 27 Feb 2013 at 12:44