diff options
author | Willy Tarreau <[email protected]> | 2021-01-21 08:20:31 +0100 |
---|---|---|
committer | Paul E. McKenney <[email protected]> | 2021-01-21 10:06:45 -0800 |
commit | 3c6ce7a5363723a05bfe3ee03a8d4a9b66841ae4 (patch) | |
tree | 37d6565cda7982c1a243cfcb6937bffdae03006b /tools/perf/scripts/python | |
parent | 35635d7fa689492ca9edb1d949f1805f074ecf1a (diff) |
tools/nolibc: Fix position of -lgcc in the documented example
The documentation header in the nolibc.h file provides an example command
line, but it places the -lgcc argument before the source files, which
can fail with libgcc.a (e.g. on ARM when uidiv is needed). This commit
therefore moves the -lgcc to the end of the command line, hopefully
before this example leaks into makefiles. This is a port of nolibc's
upstream commit b5e282089223 to the Linux kernel.
Fixes: 66b6f755ad45 ("rcutorture: Import a copy of nolibc")
Tested-by: Valentin Schneider <[email protected]>
Tested-by: Mark Rutland <[email protected]> [arm64]
Signed-off-by: Willy Tarreau <[email protected]>
Signed-off-by: Paul E. McKenney <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions