1
0
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:
Bernhard Voelker
2012-02-24 12:22:20 +01:00
committed by Jim Meyering
parent a507ed6ede
commit f19747455e

View File

@@ -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_