Public bug reported:

Trying to build equivalent armhf tools, but failed due to explicit
"armel" references. Initial patch:

--- debian/rules        2011-04-13 19:32:19 +0000
+++ debian/rules        2011-04-14 16:15:03 +0000
@@ -320,8 +320,8 @@
 
 repack-debs-indep: #dpkg-cross
        install -d repackfiles/eglibc repackfiles/linux
-       dpkg-deb -x libc6_${DEB_VER_EGLIBC}_armel.deb  repackfiles/eglibc
-       dpkg-deb -x linux-libc-dev_${DEB_VER_LINUX}_armel.deb  repackfiles/linux
+       dpkg-deb -x libc6_${DEB_VER_EGLIBC}_${CROSS_ARCH}.deb  
repackfiles/eglibc
+       dpkg-deb -x linux-libc-dev_${DEB_VER_LINUX}_${CROSS_ARCH}.deb  
repackfiles/linux
        $(call repack_debs, ${DEB_LIST_ALL})
 
 build: $(stamp)build-eglibc2 $(stamp)build-final-binutils

** Affects: armel-cross-toolchain-base (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/761613

Title:
  debian/rules hardcodes "armel" in a couple of places

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to