------------------------------------------------------------ revno: 1677 committer: Adam Conrad <[email protected]> branch nick: ubuntu timestamp: Tue 2012-04-17 23:24:59 -0600 message: Fix linker paths for armhf, and rebuild for omap4/ext2 modified: build/Makefile build/config/armhf.cfg debian/changelog
-- lp:~ubuntu-core-dev/debian-installer/ubuntu https://code.launchpad.net/~ubuntu-core-dev/debian-installer/ubuntu Your team Tieto is subscribed to branch lp:~ubuntu-core-dev/debian-installer/ubuntu. To unsubscribe from this branch go to https://code.launchpad.net/~ubuntu-core-dev/debian-installer/ubuntu/+edit-subscription
=== modified file 'build/Makefile' --- build/Makefile 2011-12-15 15:35:38 +0000 +++ build/Makefile 2012-04-18 05:24:59 +0000 @@ -493,6 +493,12 @@ `find $(TEMP) -type f -a \( -perm +0111 -o -name '*.so' -o -name '*.so.*' \) | \ grep -v udeblibs | grep -v 'usr/lib/xorg/modules/.*\.so'` +ifeq ($(DEB_HOST_ARCH),armhf) + # armhf has two linkers for now, while the world gets sorted + mkdir -p $(TREE)/lib/arm-linux-gnueabihf + ln -s /lib/ld-linux-armhf.so.3 $(TREE)/lib/arm-linux-gnueabihf/ld-linux.so.3 +endif + ifeq ($(DEB_HOST_ARCH_OS),hurd) # On Hurd the SONAME for the dynamic linker is ld.so.1, but binaries # have the ld.so symlink as the interpreter. Ideally mklibs should === modified file 'build/config/armhf.cfg' --- build/config/armhf.cfg 2012-04-11 08:52:18 +0000 +++ build/config/armhf.cfg 2012-04-18 05:24:59 +0000 @@ -1,5 +1,7 @@ SUBARCH_SUPPORTED = omap omap4 armadaxp +MKLIBS = mklibs --ldlib=/lib/ld-linux-armhf.so.3 + KERNELMAJOR = 2.6 KERNELVERSION = 3.2.0-23 KERNEL_FLAVOUR = di === modified file 'debian/changelog' --- debian/changelog 2012-04-13 13:14:35 +0000 +++ debian/changelog 2012-04-18 05:24:59 +0000 @@ -1,3 +1,12 @@ +debian-installer (20101020ubuntu134) precise; urgency=low + + * Call mklibs with a hardcoded --ldlib in armhf.cfg, so we get a + deterministic result in our linker search, and then add the + symlink from the old linker path in build/Makefile (LP: #984007) + * Rebuild with latest omap4 kernels for ext2 support (LP: #984180) + + -- Adam Conrad <[email protected]> Tue, 17 Apr 2012 23:20:29 -0600 + debian-installer (20101020ubuntu133) precise; urgency=low * Move armel/omap4 and armhf/omap4 to 3.2.0-1412.
-- Mailing list: https://launchpad.net/~tieto Post to : [email protected] Unsubscribe : https://launchpad.net/~tieto More help : https://help.launchpad.net/ListHelp

