Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
4a980bdc
Commit
4a980bdc
authored
Apr 22, 2014
by
Richard Henderson
Committed by
Richard Henderson
Apr 22, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add ada configuration for aarch64-linux
* gcc-interface/Makefile.in: Support aarch64-linux. From-SVN: r209654
parent
19a0be3d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
40 additions
and
0 deletions
+40
-0
gcc/ada/ChangeLog
+2
-0
gcc/ada/gcc-interface/Makefile.in
+38
-0
No files found.
gcc/ada/ChangeLog
View file @
4a980bdc
2014
-
04
-
22
Richard
Henderson
<
rth
@
redhat
.
com
>
*
gcc
-
interface
/
Makefile
.
in
:
Support
aarch64
-
linux
.
*
init
.
c
[
__linux__
]
(
HAVE_GNAT_ALTERNATE_STACK
):
New
define
.
(
__gnat_alternate_stack
):
Enable
for
all
linux
except
ia64
.
...
...
gcc/ada/gcc-interface/Makefile.in
View file @
4a980bdc
...
...
@@ -2188,6 +2188,44 @@ ifeq ($(strip $(filter-out alpha% linux%,$(target_cpu) $(target_os))),)
LIBRARY_VERSION
:=
$(LIB_VERSION)
endif
# AArch64 Linux
ifeq
($(strip
$(filter-out
aarch64%
linux%,$(arch)
$(osys))),)
LIBGNAT_TARGET_PAIRS
=
\
a-exetim.adb<a-exetim-posix.adb
\
a-exetim.ads<a-exetim-default.ads
\
a-intnam.ads<a-intnam-linux.ads
\
a-synbar.adb<a-synbar-posix.adb
\
a-synbar.ads<a-synbar-posix.ads
\
s-inmaop.adb<s-inmaop-posix.adb
\
s-intman.adb<s-intman-posix.adb
\
s-linux.ads<s-linux.ads
\
s-mudido.adb<s-mudido-affinity.adb
\
s-osinte.ads<s-osinte-linux.ads
\
s-osinte.adb<s-osinte-posix.adb
\
s-osprim.adb<s-osprim-posix.adb
\
s-taprop.adb<s-taprop-linux.adb
\
s-tasinf.ads<s-tasinf-linux.ads
\
s-tasinf.adb<s-tasinf-linux.adb
\
s-tpopsp.adb<s-tpopsp-tls.adb
\
s-taspri.ads<s-taspri-posix.ads
\
g-sercom.adb<g-sercom-linux.adb
\
$(ATOMICS_TARGET_PAIRS)
\
$(ATOMICS_BUILTINS_TARGET_PAIRS)
\
system.ads<system-linux-x86_64.ads
## ^^ Note the above is a pretty-close placeholder.
TOOLS_TARGET_PAIRS
=
\
mlib-tgt-specific.adb<mlib-tgt-specific-linux.adb
\
indepsw.adb<indepsw-gnu.adb
EXTRA_GNATRTL_TASKING_OBJS
=
s-linux.o a-exetim.o
EH_MECHANISM
=
-gcc
THREADSLIB
=
-lpthread
-lrt
GNATLIB_SHARED
=
gnatlib-shared-dual
GMEM_LIB
=
gmemlib
LIBRARY_VERSION
:=
$(LIB_VERSION)
endif
# x86-64 Linux
ifeq
($(strip
$(filter-out
%x86_64
linux%,$(target_cpu)
$(target_os))),)
LIBGNAT_TARGET_PAIRS
=
\
...
...
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