pkgsrc/cross/cross-binutils/patches/patch-af
wiz 2863e706fd Move binutils to cross-binutils to make PKGNAME match directory name.
Convert away from USE_CROSSBASE to plain ${PREFIX}/cross.
2016-06-19 16:18:27 +00:00

13 lines
516 B
Text

$NetBSD: patch-af,v 1.1 2016/06/19 16:18:28 wiz Exp $
--- ld/Makefile.in.orig 2006-08-24 21:01:50.000000000 +0200
+++ ld/Makefile.in 2006-08-24 21:02:16.000000000 +0200
@@ -269,7 +269,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 = $(prefix)/lib
BASEDIR = $(srcdir)/..
BFDDIR = $(BASEDIR)/bfd
INCDIR = $(BASEDIR)/include