Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gcc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
gcc
Commits
b7b07a59
Commit
b7b07a59
authored
Sep 06, 2019
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
We no longer need to patch gcc for aarch64 configuration
parent
8fe3385c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
build.xml
build.xml
+0
-3
No files found.
build.xml
View file @
b7b07a59
...
@@ -102,9 +102,6 @@
...
@@ -102,9 +102,6 @@
<exec
executable=
"tar"
failonerror=
"true"
>
<exec
executable=
"tar"
failonerror=
"true"
>
<arg
line=
"xf packages/gcc/gcc-9.1.0.tar.xz -C ${builddir}"
/>
<arg
line=
"xf packages/gcc/gcc-9.1.0.tar.xz -C ${builddir}"
/>
</exec>
</exec>
<exec
executable=
"patch"
dir=
"${builddir}/gcc-9.1.0"
failonerror=
"true"
>
<arg
line=
"-Np1 -i ${basedir}/packages/gcc/gcc-9.1.0-aarch64_fix.patch"
/>
</exec>
<exec
executable=
"bash"
dir=
"${builddir}/gcc-9.1.0"
failonerror=
"true"
>
<exec
executable=
"bash"
dir=
"${builddir}/gcc-9.1.0"
failonerror=
"true"
>
<arg
value=
"-c"
/>
<arg
value=
"-c"
/>
<arg
value=
"sed -e 's@/lib\(64\)\?\(32\)\?/ld@/tools&@g' -e 's@/usr@/tools@g' -i gcc/config/linux.h"
/>
<arg
value=
"sed -e 's@/lib\(64\)\?\(32\)\?/ld@/tools&@g' -e 's@/usr@/tools@g' -i gcc/config/linux.h"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment