diff options
author | Richard Purdie <richard@openedhand.com> | 2006-07-21 10:10:31 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-07-21 10:10:31 +0000 |
commit | b2f192faabe412adce79534e22efe9fb69ee40e2 (patch) | |
tree | 7076c49d4286f8a1733650bd8fbc7161af200d57 /meta/packages/binutils/files/ld_makefile.patch | |
parent | 2cf0eadf9f730027833af802d7e6c90b44248f80 (diff) | |
download | poky-b2f192faabe412adce79534e22efe9fb69ee40e2.tar.gz |
Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/binutils/files/ld_makefile.patch')
-rw-r--r-- | meta/packages/binutils/files/ld_makefile.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/packages/binutils/files/ld_makefile.patch b/meta/packages/binutils/files/ld_makefile.patch new file mode 100644 index 0000000000..c1d2ac1ece --- /dev/null +++ b/meta/packages/binutils/files/ld_makefile.patch | |||
@@ -0,0 +1,22 @@ | |||
1 | --- binutils-2.11.90.0.19.orig/ld/Makefile.am | ||
2 | +++ binutils-2.11.90.0.19/ld/Makefile.am | ||
3 | @@ -19,7 +19,7 @@ | ||
4 | # We put the scripts in the directory $(scriptdir)/ldscripts. | ||
5 | # We can't put the scripts in $(datadir) because the SEARCH_DIR | ||
6 | # directives need to be different for native and cross linkers. | ||
7 | -scriptdir = $(tooldir)/lib | ||
8 | +scriptdir = $(libdir) | ||
9 | |||
10 | EMUL = @EMUL@ | ||
11 | EMULATION_OFILES = @EMULATION_OFILES@ | ||
12 | --- binutils-2.11.90.0.19.orig/ld/Makefile.in | ||
13 | +++ binutils-2.11.90.0.19/ld/Makefile.in | ||
14 | @@ -123,7 +123,7 @@ | ||
15 | # We put the scripts in the directory $(scriptdir)/ldscripts. | ||
16 | # We can't put the scripts in $(datadir) because the SEARCH_DIR | ||
17 | # directives need to be different for native and cross linkers. | ||
18 | -scriptdir = $(tooldir)/lib | ||
19 | +scriptdir = $(libdir) | ||
20 | |||
21 | EMUL = @EMUL@ | ||
22 | EMULATION_OFILES = @EMULATION_OFILES@ | ||