summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrmanfredi <rmanfredi@2592e710-e01b-42a5-8df0-11608a6cc53d>2011-11-03 19:28:48 +0000
committerrmanfredi <rmanfredi@2592e710-e01b-42a5-8df0-11608a6cc53d>2011-11-03 19:28:48 +0000
commit447c9e63aea7e3dd14c3821336774d4acf2ab573 (patch)
tree0db7e54dec80f6394b84a20b6b8247444ecffd77
parent9c5092f1a71b1277c3f9324c9d38039c96f47349 (diff)
Also attempt to locate libraries in /lib32 or /lib64.
git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@98 2592e710-e01b-42a5-8df0-11608a6cc53d
-rw-r--r--mcon/U/libpth.U3
1 files changed, 2 insertions, 1 deletions
diff --git a/mcon/U/libpth.U b/mcon/U/libpth.U
index d245bf7..679b016 100644
--- a/mcon/U/libpth.U
+++ b/mcon/U/libpth.U
@@ -75,7 +75,8 @@
?X: /usr/shlib is for OSF/1 systems.
?INIT:test -f /usr/shlib/libc.so && glibpth="/usr/shlib $glibpth"
?INIT:test -f /shlib/libc.so && glibpth="/shlib $glibpth"
-?INIT:
+?X: /lib32 and /lib64 are for Linux systems running both 32- and 64-bit programs
+?INIT:glibpth="$glibpth /lib32 /lib64"
?INIT:: Private path used by Configure to find libraries. Its value
?INIT:: is prepended to libpth. This variable takes care of special
?INIT:: machines, like the mips. Usually, it should be empty.