blob: 463c3ed619b7c72f90ca88c102cf57e1de7d7c0d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
$NetBSD: patch-configure,v 1.1 2012/01/26 02:59:53 sbd Exp $
Remove the section from configure that adds the gcc multi_os_directory to
the libdir.
--- configure.orig 2008-12-10 17:49:28.000000000 +0000
+++ configure
@@ -22531,13 +22531,6 @@ rm -f core conftest.err conftest.$ac_obj
{ echo "$as_me:$LINENO: result: $piccompgoto" >&5
echo "${ECHO_T}$piccompgoto" >&6; }
-if test x$GCC = xyes ; then
- multi_os_directory=`$CC -print-multi-os-directory`
- case $multi_os_directory in
- .) ;; # Avoid trailing /.
- *) libdir=$libdir/$multi_os_directory ;;
- esac
-fi
if test "x$suppress_libm" = "xno" ; then
|