]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
tests: remove unnecessary use of -lc
authorBernhard Voelker <mail@bernhard-voelker.de>
Fri, 24 Feb 2012 11:22:20 +0000 (12:22 +0100)
committerJim Meyering <meyering@redhat.com>
Sun, 26 Feb 2012 08:37:31 +0000 (09:37 +0100)
* tests/ls/getxattr-speedup: Remove unneeded use of -lc.

tests/ls/getxattr-speedup

index a35dd695ac529178d61adf64d4c98b22fcb3857a..d32e24abba72753fae8b4b968ff2251e27b5dd44 100755 (executable)
@@ -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_