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

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- ld/Makefile.am
0
++ ld/Makefile.am
Lines 37-43 Link Here
37
# We put the scripts in the directory $(scriptdir)/ldscripts.
37
# We put the scripts in the directory $(scriptdir)/ldscripts.
38
# We can't put the scripts in $(datadir) because the SEARCH_DIR
38
# We can't put the scripts in $(datadir) because the SEARCH_DIR
39
# directives need to be different for native and cross linkers.
39
# directives need to be different for native and cross linkers.
40
scriptdir = $(tooldir)/lib
40
scriptdir = $(libdir)
41
41
42
EMUL = @EMUL@
42
EMUL = @EMUL@
43
EMULATION_OFILES = @EMULATION_OFILES@
43
EMULATION_OFILES = @EMULATION_OFILES@
(-)binutils-2.23.1.orig/ld/Makefile.in (-1 / +1 lines)
Lines 367-373 Link Here
367
# We put the scripts in the directory $(scriptdir)/ldscripts.
367
# We put the scripts in the directory $(scriptdir)/ldscripts.
368
# We can't put the scripts in $(datadir) because the SEARCH_DIR
368
# We can't put the scripts in $(datadir) because the SEARCH_DIR
369
# directives need to be different for native and cross linkers.
369
# directives need to be different for native and cross linkers.
370
scriptdir = $(tooldir)/lib
370
scriptdir = $(libdir)
371
BASEDIR = $(srcdir)/..
371
BASEDIR = $(srcdir)/..
372
BFDDIR = $(BASEDIR)/bfd
372
BFDDIR = $(BASEDIR)/bfd
373
INCDIR = $(BASEDIR)/include
373
INCDIR = $(BASEDIR)/include

Return to bug 147155