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
0071b8a1
Commit
0071b8a1
authored
Oct 21, 2017
by
Eric Botcazou
Committed by
Eric Botcazou
Oct 21, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc-interface/Makefile.in: Remove bogus settings for VxWorks.
From-SVN: r253973
parent
8c282aba
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
gcc/ada/ChangeLog
+4
-0
gcc/ada/gcc-interface/Makefile.in
+5
-9
No files found.
gcc/ada/ChangeLog
View file @
0071b8a1
2017
-
10
-
21
Eric
Botcazou
<
ebotcazou
@
adacore
.
com
>
*
gcc
-
interface
/
Makefile
.
in
:
Remove
bogus
settings
for
VxWorks
.
2017
-
10
-
21
Eric
Botcazou
<
ebotcazou
@
adacore
.
com
>
*
gcc
-
interface
/
utils
.
c
(
pad_type_hash
):
Use
hashval_t
for
hash
value
.
(
convert
):
Do
not
use
an
unchecked
conversion
for
converting
from
a
type
to
another
type
padding
it
.
...
...
gcc/ada/gcc-interface/Makefile.in
View file @
0071b8a1
...
...
@@ -627,10 +627,10 @@ ifeq ($(strip $(filter-out %86 x86_64 wrs vxworks vxworks7,$(target_cpu) $(targe
ifeq
($(strip
$(filter-out
x86_64,
$(target_cpu))),)
X86CPU
=
x86_64
LIBGNAT_TARGET_PAIRS
=
s-atocou.adb<libgnat/s-atocou__builtin.adb
LIBGNAT_TARGET_PAIRS
=
$(X86_64_TARGET_PAIRS)
else
X86CPU
=
x86
LIBGNAT_TARGET_PAIRS
=
s-atocou.adb<libgnat/s-atocou__x86.adb
LIBGNAT_TARGET_PAIRS
=
$(X86_TARGET_PAIRS)
endif
LIBGNAT_TARGET_PAIRS
+=
\
...
...
@@ -653,10 +653,7 @@ ifeq ($(strip $(filter-out %86 x86_64 wrs vxworks vxworks7,$(target_cpu) $(targe
g-socthi.ads<libgnat/g-socthi__vxworks.ads
\
g-socthi.adb<libgnat/g-socthi__vxworks.adb
\
g-stsifd.adb<libgnat/g-stsifd__sockets.adb
\
$(ATOMICS_TARGET_PAIRS)
\
$(CERTMATH_TARGET_PAIRS)
\
$(CERTMATH_TARGET_PAIRS_SQRT_FPU)
\
$(CERTMATH_TARGET_PAIRS_X86TRA)
$(ATOMICS_TARGET_PAIRS)
TOOLS_TARGET_PAIRS
=
indepsw.adb<indepsw-gnu.adb
...
...
@@ -745,8 +742,7 @@ ifeq ($(strip $(filter-out %86 x86_64 wrs vxworks vxworks7,$(target_cpu) $(targe
endif
endif
EXTRA_GNATRTL_NONTASKING_OBJS
+=
s-stchop.o
\
$(CERTMATH_GNATRTL_OBJS)
$(CERTMATH_GNATRTL_X86TRA_OBJS)
EXTRA_GNATRTL_NONTASKING_OBJS
+=
s-stchop.o
EXTRA_GNATRTL_TASKING_OBJS
+=
i-vxinco.o s-vxwork.o s-vxwext.o
EXTRA_LIBGNAT_OBJS
+=
vx_stack_info.o
...
...
@@ -845,7 +841,7 @@ ifeq ($(strip $(filter-out arm% coff wrs vx%,$(target_cpu) $(target_vendor) $(ta
endif
endif
EXTRA_GNATRTL_NONTASKING_OBJS
=
i-vxwork.o i-vxwoio.o
$(CERTMATH_GNATRTL_OBJS)
\
EXTRA_GNATRTL_NONTASKING_OBJS
=
i-vxwork.o i-vxwoio.o
\
s-stchop.o
EXTRA_GNATRTL_TASKING_OBJS
=
i-vxinco.o s-vxwork.o s-vxwext.o
...
...
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