Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tor-browser-build
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Applications
tor-browser-build
Commits
1f881995
Commit
1f881995
authored
Aug 4, 2019
by
JeremyRand
Committed by
boklm
May 15, 2023
Browse files
Options
Downloads
Patches
Plain Diff
Bug 32355: binutils: Add linux-cross target
parent
076ffcf1
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!674
Bug 32355: Enable linux-arm target for openssl project
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
projects/binutils/build
+5
-1
5 additions, 1 deletion
projects/binutils/build
projects/binutils/config
+5
-0
5 additions, 0 deletions
projects/binutils/config
with
10 additions
and
1 deletion
projects/binutils/build
+
5
−
1
View file @
1f881995
...
...
@@ -23,7 +23,11 @@ cd [% project %]-[% c("version") %]
make
-
j
[
%
c
(
"
num_procs
"
)
%
]
MAKEINFO
=
true
make
install
MAKEINFO
=
true
[
%
IF
c
(
"
var/linux
"
)
%
]
# gold is disabled for linux-cross, because of
# https://sourceware.org/bugzilla/show_bug.cgi?id=14995
# Once we upgrade to glibc 2.26, we might be able to enable gold for
# linux-cross.
[
%
IF
c
(
"
var/linux
"
)
&&
!
c
(
"
var/linux-cross
"
)
%
]
# Make sure gold is used with the hardening wrapper for full RELRO, see #13031.
cd
$
distdir
/
bin
rm
ld
...
...
...
...
This diff is collapsed.
Click to expand it.
projects/binutils/config
+
5
−
0
View file @
1f881995
...
...
@@ -10,6 +10,11 @@ targets:
windows
:
var
:
configure_opt
:
'
--target=[%
c("arch")
%]-w64-mingw32
--disable-multilib
--enable-deterministic-archives'
linux-cross
:
var
:
# gold is disabled on cross-compiles until we upgrade to glibc 2.26 and
# binutils 2.28
configure_opt
:
'
--target=[%
c("var/crosstarget")
%]
--disable-multilib
--enable-deterministic-archives
--enable-plugins'
input_files
:
-
URL
:
https://ftp.gnu.org/gnu/binutils/binutils-[% c("version") %].tar.xz
...
...
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment