summaryrefslogtreecommitdiff
path: root/mcon/U/libs.U
diff options
context:
space:
mode:
Diffstat (limited to 'mcon/U/libs.U')
-rw-r--r--mcon/U/libs.U10
1 files changed, 5 insertions, 5 deletions
diff --git a/mcon/U/libs.U b/mcon/U/libs.U
index 3671794..d58a15e 100644
--- a/mcon/U/libs.U
+++ b/mcon/U/libs.U
@@ -1,7 +1,7 @@
?RCS: $Id$
?RCS:
?RCS: Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
-?RCS:
+?RCS:
?RCS: You may redistribute only under the terms of the Artistic License,
?RCS: as specified in the README file that comes with the distribution.
?RCS: You may reuse parts of this distribution only within the terms of
@@ -63,16 +63,16 @@
?S: library file is used depending on the cc command line, so that the
?S: correct library is used depending on the selected ABI (for 32 and
?S: 64-bit compilations).
-?S:
+?S:
?S: Here is an example of code that could be found in a hint file on Irix
?S: when the selected compiler was for 32-bit -- that code is put in the
?S: cc.cbu call-back unit to be invoked AFTER the C compiler and its
?S: flags have been chosen:
-?S:
+?S:
?S: libscheck='case "$xxx" in
?S: *.a) /bin/ar p $xxx `/bin/ar t $xxx | sed q` >$$.o;
?S: case "`/usr/bin/file $$.o`" in
-?S: *N32*) rm -f $$.o ;;
+?S: *N32*) rm -f $$.o ;;
?S: *) rm -f $$.o; xxx=/no/n32$xxx ;;
?S: esac ;;
?S: *) case "`/usr/bin/file $xxx`" in
@@ -122,7 +122,7 @@ case "$libswanted" in
'') libswanted='c_s';;
esac
?X: libsocks has nasty naming scheme.
-?X: This does not work if somebody wants SOCKS 4.
+?X: This does not work if somebody wants SOCKS 4.
case "$usesocks" in
"$define") libswanted="$libswanted socks5 socks5_sh" ;;
esac