summaryrefslogtreecommitdiff
path: root/arm-riscos-gnueabihf/recipes/patches/gccsdk/roinstall-objdump-name.p
blob: 745182980708c808bb11c1026cc577e8d8da35ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: ro-install
===================================================================
--- ro-install	(revision 7698)
+++ ro-install	(working copy)
@@ -72,7 +72,7 @@
 
     # Check that static libraries really do contain static objects
     if grep -q "\.a\$" <<< $param || grep -q "\.a-static" <<< $param ; then
-      if GCCSDK_BIN/arm-unknown-riscos-objdump -p $param | grep -q "position independent"; then
+      if GCCSDK_BIN/arm-riscos-gnueabihf-objdump -p $param | grep -q "position independent"; then
         echo "RISC OS Cross installer: static archive $param contains position independent code" 1>&2
         exit 1
       fi