Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gcj
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
gcj
Commits
b2036220
Commit
b2036220
authored
Jan 03, 2026
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gcj 6.5.0 cannot support ARMv8.2 - peg it to ARMv8.1
parent
2d7c5f9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
Makefile
Makefile
+8
-1
No files found.
Makefile
View file @
b2036220
GCC_CONFIG
:=
$(
subst
cortex-a75,cortex-a72,
\
$(
subst
armv8.2-a,armv8.1-a,
\
$(
subst
+fp16,,
\
$(
subst
+dotprod,,
\
$(
subst
skylake,broadwell,
\
$(GCC_CONFIG)
)))))
temporary
:
temporary
:
dd
if
=
/dev/zero
of
=
swap
bs
=
1048576
count
=
1024
dd
if
=
/dev/zero
of
=
swap
bs
=
1048576
count
=
1024
chmod
600 swap
chmod
600 swap
...
@@ -14,7 +21,7 @@ temporary:
...
@@ -14,7 +21,7 @@ temporary:
cd
gcc-6.5.0
&&
sed
-e
'/GLIBC_DYNAMIC_LINKER64/s/lib64/lib/'
-i
gcc/config/i386/linux64.h
cd
gcc-6.5.0
&&
sed
-e
'/GLIBC_DYNAMIC_LINKER64/s/lib64/lib/'
-i
gcc/config/i386/linux64.h
cd
gcc-6.5.0
&&
cp
../ecj-4.9.jar ./ecj.jar
cd
gcc-6.5.0
&&
cp
../ecj-4.9.jar ./ecj.jar
mkdir
gcc-build
mkdir
gcc-build
cd
gcc-build
&&
../gcc-6.5.0/configure
--prefix
=
/build/usr
--disable-multilib
--with-system-zlib
--enable-java-home
--with-jvm-root-dir
=
/build/opt/gcj
--enable-languages
=
java
$(GCC_CONFIG
:skylake=broadwell
)
cd
gcc-build
&&
../gcc-6.5.0/configure
--prefix
=
/build/usr
--disable-multilib
--with-system-zlib
--enable-java-home
--with-jvm-root-dir
=
/build/opt/gcj
--enable-languages
=
java
$(GCC_CONFIG)
$(MAKE)
-C
gcc-build
$(MAKE)
-C
gcc-build
# FIXME: gcc tests fail, we should exclude tests which are known to fail and beyond our control
# FIXME: gcc tests fail, we should exclude tests which are known to fail and beyond our control
...
...
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