From 3ab308442fb42269d6b6b30427c8b6773ae23739 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 11 Nov 2012 15:09:06 -0500 Subject: We don't need no stinkin' patch for the lib path. --- (limited to 'patches/02_use-multiarch-lib-search-dirs-in-ldscripts.patch') diff --git a/patches/02_use-multiarch-lib-search-dirs-in-ldscripts.patch b/patches/02_use-multiarch-lib-search-dirs-in-ldscripts.patch deleted file mode 100644 index b8cf899..0000000 --- a/patches/02_use-multiarch-lib-search-dirs-in-ldscripts.patch +++ /dev/null @@ -1,17 +0,0 @@ -Description: Use multiarch library search directories in ldscripts - The ldscripts of course control the linking of *target-architecture* binary - objects, so we need to search for libraries in the target architecture's - library path. -From: "P. J. McDermott" - -diff -Naur src.orig/ld/genscripts.sh src/ld/genscripts.sh ---- src.orig/ld/genscripts.sh 2010-12-15 09:56:37.000000000 -0500 -+++ src/ld/genscripts.sh 2012-11-11 05:23:39.143135998 -0500 -@@ -242,6 +242,7 @@ - fi - - LIB_SEARCH_DIRS=`echo ${LIB_PATH} | sed -e 's/:/ /g' -e 's/\([^ ][^ ]*\)/SEARCH_DIR(\\"\1\\");/g'` -+LIB_SEARCH_DIRS="${LIB_SEARCH_DIRS}SEARCH_DIR(\"${OPK_TARGET_ARCH}\");" - - # We need it for testsuite. - set $EMULATION_LIBPATH -- cgit v0.9.1