[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r1262 - trunk/glibc-2.3-head/sysdeps/kfreebsd



Author: ps-guest
Date: 2006-02-27 11:20:11 +0000 (Mon, 27 Feb 2006)
New Revision: 1262

Modified:
   trunk/glibc-2.3-head/sysdeps/kfreebsd/configure
   trunk/glibc-2.3-head/sysdeps/kfreebsd/configure.in
Log:
* we have to add elf sysdeps dir manually, because in main configure.in is:

        # If using ELF, look for an `elf' subdirectory of each machine directory.
        # We prepend these rather than inserting them whereever the machine appears
        # because things specified by the machine's ELF ABI should override
        # OS-specific things, and should always be the same for any OS on the
        # machine (otherwise what's the point of an ABI?).




Modified: trunk/glibc-2.3-head/sysdeps/kfreebsd/configure
===================================================================
--- trunk/glibc-2.3-head/sysdeps/kfreebsd/configure	2006-02-27 10:59:24 UTC (rev 1261)
+++ trunk/glibc-2.3-head/sysdeps/kfreebsd/configure	2006-02-27 11:20:11 UTC (rev 1262)
@@ -1,6 +1,13 @@
 # This file is generated from configure.in by Autoconf.  DO NOT EDIT!
  # Local configure fragment for sysdeps/unix/bsd/bsd4.4/kfreebsd.
 
+case "$machine" in
+  x86_64*)
+	echo "Adding extra sysnames for kfreebsd/x86_64/elf"
+	sysnames="sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/elf $sysnames"
+    ;;
+esac
+
 # The kFreeBSD headers can be found in
 #   /usr/src/sys/
 # Check whether this directory is available.
@@ -317,4 +324,3 @@
 echo "${ECHO_T}ok" >&6
   fi
 fi
-

Modified: trunk/glibc-2.3-head/sysdeps/kfreebsd/configure.in
===================================================================
--- trunk/glibc-2.3-head/sysdeps/kfreebsd/configure.in	2006-02-27 10:59:24 UTC (rev 1261)
+++ trunk/glibc-2.3-head/sysdeps/kfreebsd/configure.in	2006-02-27 11:20:11 UTC (rev 1262)
@@ -1,6 +1,13 @@
 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
 # Local configure fragment for sysdeps/unix/bsd/bsd4.4/kfreebsd.
 
+case "$machine" in
+  x86_64*)
+	echo "Adding extra sysnames for kfreebsd/x86_64/elf"
+	sysnames="sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/elf $sysnames"
+    ;;
+esac
+
 # The kFreeBSD headers can be found in
 #   /usr/src/sys/
 # Check whether this directory is available.
@@ -242,4 +249,3 @@
     AC_MSG_RESULT(ok)
   fi
 fi
-



Reply to: