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
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
brizental
tor-browser-build
Commits
1f881995
Commit
1f881995
authored
5 years ago
by
JeremyRand
Committed by
boklm
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Bug 32355: binutils: Add linux-cross target
parent
076ffcf1
No related branches found
Branches containing commit
Tags
tbb-12.5a6-build1
Tags containing commit
No related merge requests found
Changes
2
Hide 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
register
or
sign in
to comment