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
aabc3aff
Commit
aabc3aff
authored
Apr 07, 2014
by
Eric Botcazou
Committed by
Eric Botcazou
Apr 07, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc-interface/Makefile.in (alpha-vms): Add missing line.
From-SVN: r209195
parent
e75c1617
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
gcc/ada/ChangeLog
+4
-0
gcc/ada/gcc-interface/Makefile.in
+2
-1
No files found.
gcc/ada/ChangeLog
View file @
aabc3aff
2014
-
04
-
07
Eric
Botcazou
<
ebotcazou
@
adacore
.
com
>
*
gcc
-
interface
/
Makefile
.
in
(
alpha
-
vms
):
Add
missing
line
.
2014
-
03
-
30
Eric
Botcazou
<
ebotcazou
@
adacore
.
com
>
2014
-
03
-
30
Eric
Botcazou
<
ebotcazou
@
adacore
.
com
>
PR
ada
/
60703
PR
ada
/
60703
...
...
gcc/ada/gcc-interface/Makefile.in
View file @
aabc3aff
...
@@ -536,7 +536,7 @@ ifeq ($(strip $(filter-out powerpc% wrs vxworks,$(target_cpu) $(target_vendor) $
...
@@ -536,7 +536,7 @@ ifeq ($(strip $(filter-out powerpc% wrs vxworks,$(target_cpu) $(target_vendor) $
# System.Stack_Checking.Operations is not needed on VxWorks 6 as it leads to
# System.Stack_Checking.Operations is not needed on VxWorks 6 as it leads to
# an undefined symbol when building a dynamic shared library. To alleviate
# an undefined symbol when building a dynamic shared library. To alleviate
# this problem and distinguish this case, we use the THREAD_KIND and include
# this problem and distinguish this case, we use the THREAD_KIND and include
# the package only in
kernel
mode.
# the package only in
default
mode.
ifeq
($(strip
$(filter-out
default,$(THREAD_KIND))),)
ifeq
($(strip
$(filter-out
default,$(THREAD_KIND))),)
LIBGNAT_TARGET_PAIRS
+=
\
LIBGNAT_TARGET_PAIRS
+=
\
...
@@ -1615,6 +1615,7 @@ ifeq ($(strip $(filter-out alpha64 ia64 dec hp vms% openvms% alphavms%,$(target_
...
@@ -1615,6 +1615,7 @@ ifeq ($(strip $(filter-out alpha64 ia64 dec hp vms% openvms% alphavms%,$(target_
$(ATOMICS_BUILTINS_TARGET_PAIRS)
$(ATOMICS_BUILTINS_TARGET_PAIRS)
EXTRA_LIBGNAT_SRCS
+=
tb-alvms.c
EXTRA_LIBGNAT_SRCS
+=
tb-alvms.c
override
GNATRTL_ALTIVEC_OBJS
=
TOOLS_TARGET_PAIRS
=
\
TOOLS_TARGET_PAIRS
=
\
mlib-tgt-specific.adb<mlib-tgt-specific-vms-alpha.adb
\
mlib-tgt-specific.adb<mlib-tgt-specific-vms-alpha.adb
\
...
...
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