• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/binutils/2.30/0002-ld-makefile.patch
Romain NaourRomain Naour committed 6ee21a39ac830 Jan 2018
Raw file
Source viewDiff to previous
 
1
From bf6f72c4e3c57864417ac1f917404cc83af8ec14 Mon Sep 17 00:00:00 2001
2
From: Romain Naour <romain.naour@gmail.com>
3
Date: Fri, 25 Dec 2015 11:40:53 +0100
4
Subject: [PATCH] ld-makefile
5
​
6
[Romain: rebase on top of 2.26]
7
Signed-off-by: Romain Naour <romain.naour@gmail.com>
8
---
9
 ld/Makefile.am | 2 +-
10
 ld/Makefile.in | 2 +-
11
 2 files changed, 2 insertions(+), 2 deletions(-)
12
​
13
diff --git a/ld/Makefile.am b/ld/Makefile.am
14
index 6243c12528..3c5d6c8202 100644
15
--- a/ld/Makefile.am
16
+++ b/ld/Makefile.am
17
@@ -57,7 +57,7 @@ endif
18
 # We put the scripts in the directory $(scriptdir)/ldscripts.
19
 # We can't put the scripts in $(datadir) because the SEARCH_DIR
20
 # directives need to be different for native and cross linkers.
21
-scriptdir = $(tooldir)/lib
22
+scriptdir = $(libdir)
23
 
24
 EMUL = @EMUL@
25
 EMULATION_OFILES = @EMULATION_OFILES@
26
diff --git a/ld/Makefile.in b/ld/Makefile.in
27
index 760c037f9d..6dea692869 100644
28
--- a/ld/Makefile.in
29
+++ b/ld/Makefile.in
30
@@ -446,7 +446,7 @@ AM_CFLAGS = $(WARN_CFLAGS) $(ELF_CLFAGS)
31
 # We put the scripts in the directory $(scriptdir)/ldscripts.
32
 # We can't put the scripts in $(datadir) because the SEARCH_DIR
33
 # directives need to be different for native and cross linkers.
34
-scriptdir = $(tooldir)/lib
35
+scriptdir = $(libdir)
36
 BASEDIR = $(srcdir)/..
37
 BFDDIR = $(BASEDIR)/bfd
38
 INCDIR = $(BASEDIR)/include
39
-- 
40
2.14.3
41
​
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.