Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
f2639283d8a4388ecb3b9cb41b97c47e18a901b1
/
.
/
tools
/
cpp
/
arm-frc-linux-gnueabi
/
libs
/
libc.so
blob: 714bcfe4be39f97e84f5fdee72553d2fca773390 [
file
] [
log
] [
blame
]
/* GNU ld script
Use the shared library, but some functions are only in
the static library, so try that secondarily. */
OUTPUT_FORMAT
(
elf32
-
littlearm
)
GROUP
(
libc
.
so
.
6
libc_nonshared
.
a AS_NEEDED
(
ld
-
linux
.
so
.
3
)
)