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

r4507 - glibc-package/branches/eglibc-2.13/debian/sysdeps



Author: aurel32
Date: 2011-02-08 18:49:29 +0000 (Tue, 08 Feb 2011)
New Revision: 4507

Modified:
   glibc-package/branches/eglibc-2.13/debian/sysdeps/kfreebsd.mk
Log:
Disable multi-arch support on GNU/kFreeBSD now that it is autodetected and
enabled by the configure script. This should be theoretically possible to 
support it on GNU/kFreeBSD, but currently binutils refuses to do so.


Modified: glibc-package/branches/eglibc-2.13/debian/sysdeps/kfreebsd.mk
===================================================================
--- glibc-package/branches/eglibc-2.13/debian/sysdeps/kfreebsd.mk	2011-02-08 18:47:37 UTC (rev 4506)
+++ glibc-package/branches/eglibc-2.13/debian/sysdeps/kfreebsd.mk	2011-02-08 18:49:29 UTC (rev 4507)
@@ -5,7 +5,7 @@
 # Linuxthreads Config
 threads = yes
 libc_add-ons = ports linuxthreads $(add-ons)
-libc_extra_config_options = $(extra_config_options) --disable-compatible-utmp
+libc_extra_config_options = $(extra_config_options) --disable-compatible-utmp --disable-multi-arch
 
 ifndef KFREEBSD_SOURCE
   ifeq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE))


Reply to: