Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 243009 Details for
Bug 147155
cross-avr/binutils - "ld" for avr cannot find linker script "avr5.x"
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
change ld's $(scriptdir) to the actual path where the ldscripts will be installed
binutils-2.20.1-scriptsdir.patch (text/plain), 954 bytes, created by
dynamotwain
on 2010-08-15 06:45:09 UTC
(
hide
)
Description:
change ld's $(scriptdir) to the actual path where the ldscripts will be installed
Filename:
MIME Type:
Creator:
dynamotwain
Created:
2010-08-15 06:45:09 UTC
Size:
954 bytes
patch
obsolete
>--- binutils-2.20.1/ld/Makefile.am.orig 2010-08-14 21:03:54.000000000 -0700 >+++ binutils-2.20.1/ld/Makefile.am 2010-08-14 21:06:49.000000000 -0700 >@@ -24,7 +24,7 @@ > # We put the scripts in the directory $(scriptdir)/ldscripts. > # We can't put the scripts in $(datadir) because the SEARCH_DIR > # directives need to be different for native and cross linkers. >-scriptdir = $(tooldir)/lib >+scriptdir = $(libdir) > > EMUL = @EMUL@ > EMULATION_OFILES = @EMULATION_OFILES@ >--- binutils-2.20.1/ld/Makefile.in.orig 2010-08-14 21:06:29.000000000 -0700 >+++ binutils-2.20.1/ld/Makefile.in 2010-08-14 21:06:54.000000000 -0700 >@@ -333,7 +333,7 @@ > # We put the scripts in the directory $(scriptdir)/ldscripts. > # We can't put the scripts in $(datadir) because the SEARCH_DIR > # directives need to be different for native and cross linkers. >-scriptdir = $(tooldir)/lib >+scriptdir = $(libdir) > BASEDIR = $(srcdir)/.. > BFDDIR = $(BASEDIR)/bfd > INCDIR = $(BASEDIR)/include
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 147155
:
96679
|
96680
|
96681
|
119567
|
119569
|
134031
|
208206
|
208208
|
208210
| 243009 |
285635
|
308991
|
309069
|
309071
|
333828
|
333830
|
402016