• 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/gcc/5.3.0/909-aarch64-musl-support.patch
Gustavo ZacariasGustavo Zacarias committed e0c39672e9506 Dec 2015
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
From: jgreenhalgh <jgreenhalgh@138bc75d-0d04-0410-961f-82ee72b054a4>
2
Date: Wed, 27 May 2015 16:46:39 +0000 (+0000)
3
Subject: [PATCH 3/13] aarch64 musl support
4
X-Git-Url: https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff_plain;h=b3ff21cf0531be91bc3fb8200296a7633090ec78
5
​
6
[PATCH 3/13] aarch64 musl support
7
​
8
gcc/Changelog:
9
​
10
2015-05-27  Gregor Richards  <gregor.richards@uwaterloo.ca>
11
        Szabolcs Nagy  <szabolcs.nagy@arm.com>
12
​
13
    * config/aarch64/aarch64-linux.h (MUSL_DYNAMIC_LINKER): Define.
14
​
15
​
16
​
17
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@223766 138bc75d-0d04-0410-961f-82ee72b054a4
18
---
19
​
20
Index: b/gcc/config/aarch64/aarch64-linux.h
21
===================================================================
22
--- a/gcc/config/aarch64/aarch64-linux.h
23
+++ b/gcc/config/aarch64/aarch64-linux.h
24
@@ -23,6 +23,9 @@
25
 
26
 #define GLIBC_DYNAMIC_LINKER "/lib/ld-linux-aarch64%{mbig-endian:_be}%{mabi=ilp32:_ilp32}.so.1"
27
 
28
+#undef MUSL_DYNAMIC_LINKER
29
+#define MUSL_DYNAMIC_LINKER "/lib/ld-musl-aarch64%{mbig-endian:_be}%{mabi=ilp32:_ilp32}.so.1"
30
+
31
 #undef  ASAN_CC1_SPEC
32
 #define ASAN_CC1_SPEC "%{%:sanitize(address):-funwind-tables}"
33
 
  • 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.