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

r5483 - in glibc-package/branches/eglibc-2.17/debian: . sysdeps



Author: adconrad
Date: 2013-02-06 21:20:51 +0000 (Wed, 06 Feb 2013)
New Revision: 5483

Modified:
   glibc-package/branches/eglibc-2.17/debian/changelog
   glibc-package/branches/eglibc-2.17/debian/sysdeps/arm64.mk
Log:
debian/sysdeps/arm64.mk: Remove --enable-multi-arch (LP: #1117602)

Modified: glibc-package/branches/eglibc-2.17/debian/changelog
===================================================================
--- glibc-package/branches/eglibc-2.17/debian/changelog	2013-02-06 21:20:22 UTC (rev 5482)
+++ glibc-package/branches/eglibc-2.17/debian/changelog	2013-02-06 21:20:51 UTC (rev 5483)
@@ -2,6 +2,7 @@
 
   * Switch to gcc-4.7 across the board to tidy up some C99 conformance,
     and force it to an experimental version at the request of Matthias.
+  * debian/sysdeps/arm64.mk: Remove --enable-multi-arch (LP: #1117602)
   * debian/testsuite-checking/expected-mips*: Allow tst-audit8 to fail.
 
  -- Adam Conrad <adconrad@0c3.net>  Sun, 03 Feb 2013 22:29:39 -0700

Modified: glibc-package/branches/eglibc-2.17/debian/sysdeps/arm64.mk
===================================================================
--- glibc-package/branches/eglibc-2.17/debian/sysdeps/arm64.mk	2013-02-06 21:20:22 UTC (rev 5482)
+++ glibc-package/branches/eglibc-2.17/debian/sysdeps/arm64.mk	2013-02-06 21:20:51 UTC (rev 5483)
@@ -1,4 +1,4 @@
 libc_add-ons = ports nptl $(add-ons)
 
 # Passing --disable-profile until arm64 has profiling support
-extra_config_options = --enable-multi-arch --disable-profile
+extra_config_options = --disable-profile


Reply to: