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.in
0
++ ld/Makefile.in
Lines 386-392 Link Here
386
# We put the scripts in the directory $(scriptdir)/ldscripts.
386
# We put the scripts in the directory $(scriptdir)/ldscripts.
387
# We can't put the scripts in $(datadir) because the SEARCH_DIR
387
# We can't put the scripts in $(datadir) because the SEARCH_DIR
388
# directives need to be different for native and cross linkers.
388
# directives need to be different for native and cross linkers.
389
scriptdir = $(tooldir)/lib
389
scriptdir = $(libdir)
390
BASEDIR = $(srcdir)/..
390
BASEDIR = $(srcdir)/..
391
BFDDIR = $(BASEDIR)/bfd
391
BFDDIR = $(BASEDIR)/bfd
392
INCDIR = $(BASEDIR)/include
392
INCDIR = $(BASEDIR)/include

Return to bug 147155