73c5e3dfcb
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@2746 6952d904-891a-0410-993b-d76249ca496b
13 lines
420 B
Diff
13 lines
420 B
Diff
diff -Naurp klibc-1.5.7-orig/klcc/klcc.in klibc-1.5.7/klcc/klcc.in
|
|
--- klibc-1.5.7-orig/klcc/klcc.in 2007-12-03 01:17:26.000000000 +0100
|
|
+++ klibc-1.5.7/klcc/klcc.in 2007-12-03 01:18:39.000000000 +0100
|
|
@@ -259,7 +259,7 @@ if ( $operation ne '' ) {
|
|
unlink(@rmobjs);
|
|
|
|
if ( $strip && !$rv ) {
|
|
- $rv = mysystem($STRIP, @STRIPFLAGS, $output);
|
|
+ $rv = mysystem($STRIP, @STRIPFLAGS, $output || 'a.out');
|
|
}
|
|
}
|
|
|