Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 147155 | Differences between
and this patch

Collapse All | Expand All

(-)binutils-2.20.1/ld/Makefile.am.orig (-1 / +1 lines)
Lines 24-30 Link Here
24
# We put the scripts in the directory $(scriptdir)/ldscripts.
24
# We put the scripts in the directory $(scriptdir)/ldscripts.
25
# We can't put the scripts in $(datadir) because the SEARCH_DIR
25
# We can't put the scripts in $(datadir) because the SEARCH_DIR
26
# directives need to be different for native and cross linkers.
26
# directives need to be different for native and cross linkers.
27
scriptdir = $(tooldir)/lib
27
scriptdir = $(libdir)
28
28
29
EMUL = @EMUL@
29
EMUL = @EMUL@
30
EMULATION_OFILES = @EMULATION_OFILES@
30
EMULATION_OFILES = @EMULATION_OFILES@
(-)binutils-2.20.1/ld/Makefile.in.orig (-1 / +1 lines)
Lines 333-339 Link Here
333
# We put the scripts in the directory $(scriptdir)/ldscripts.
333
# We put the scripts in the directory $(scriptdir)/ldscripts.
334
# We can't put the scripts in $(datadir) because the SEARCH_DIR
334
# We can't put the scripts in $(datadir) because the SEARCH_DIR
335
# directives need to be different for native and cross linkers.
335
# directives need to be different for native and cross linkers.
336
scriptdir = $(tooldir)/lib
336
scriptdir = $(libdir)
337
BASEDIR = $(srcdir)/..
337
BASEDIR = $(srcdir)/..
338
BFDDIR = $(BASEDIR)/bfd
338
BFDDIR = $(BASEDIR)/bfd
339
INCDIR = $(BASEDIR)/include
339
INCDIR = $(BASEDIR)/include

Return to bug 147155