Lines Matching full:libraries
12 # Return the list of object, static libraries and shared libraries as they
16 # we always put libgcc _after_ all static libraries and _before_ shared
17 # libraries. This ensures that any libgcc function used by the final
19 # symbol references to the same symbols as exported by shared libraries
21 # system libraries (e.g. libc.so and others).
26 # $2: static libraries
27 # $3: whole static libraries
28 # $4: shared libraries
30 TARGET-get-linker-objects-and-libraries = \
38 # libraries that instruct the Linux kernel to disable code execution from
64 # and static libraries, but before any other library in the link
65 # command line when generating shared libraries and executables.
69 # on other libraries like libc.so, which may change between system
84 # linking executables to supress warning about missing symbol from libraries not
104 # The strip command is only used for shared libraries and executables.
106 # when applied to static libraries or object files.