6 lines
191 B
Plaintext
6 lines
191 B
Plaintext
/*
|
|
* The APIs traditionally found in -lm, -ldl, or -lpthread are all implemented
|
|
* in libc.so, so this file just redirects the linker to refer there instead.
|
|
*/
|
|
INPUT(AS_NEEDED(libc.so))
|