[Glibc-bsd-commits] r1896 - trunk/glibc-ports/kfreebsd

Petr Salinger ps-guest at alioth.debian.org
Wed Feb 7 12:52:42 CET 2007


Author: ps-guest
Date: 2007-02-07 12:52:42 +0100 (Wed, 07 Feb 2007)
New Revision: 1896

Modified:
   trunk/glibc-ports/kfreebsd/configure
   trunk/glibc-ports/kfreebsd/configure.in
Log:
* adjust elf-amd64 override for ports add on



Modified: trunk/glibc-ports/kfreebsd/configure
===================================================================
--- trunk/glibc-ports/kfreebsd/configure	2007-02-07 09:14:05 UTC (rev 1895)
+++ trunk/glibc-ports/kfreebsd/configure	2007-02-07 11:52:42 UTC (rev 1896)
@@ -4,7 +4,7 @@
 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"
+	sysnames="ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/elf $sysnames"
     ;;
 esac
 

Modified: trunk/glibc-ports/kfreebsd/configure.in
===================================================================
--- trunk/glibc-ports/kfreebsd/configure.in	2007-02-07 09:14:05 UTC (rev 1895)
+++ trunk/glibc-ports/kfreebsd/configure.in	2007-02-07 11:52:42 UTC (rev 1896)
@@ -4,7 +4,7 @@
 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"
+	sysnames="ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/elf $sysnames"
     ;;
 esac
 




More information about the Glibc-bsd-commits mailing list