mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-21 11:16:16 +02:00
tests: remove unnecessary use of -lc
* tests/ls/getxattr-speedup: Remove unneeded use of -lc.
This commit is contained in:
committed by
Jim Meyering
parent
a507ed6ede
commit
f19747455e
@@ -48,7 +48,7 @@ EOF
|
||||
|
||||
# Then compile/link it:
|
||||
$CC -fPIC -O2 -c k.c || framework_failure_ 'failed to compile with -fPIC'
|
||||
ld -G k.o -lc -o k.so || framework_failure_ 'failed to invoke ld -G ...'
|
||||
ld -G k.o -o k.so || framework_failure_ 'failed to invoke ld -G ...'
|
||||
|
||||
# Create a few files:
|
||||
seq 20 | xargs touch || framework_failure_
|
||||
|
||||
Reference in New Issue
Block a user