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
6948bc18
Commit
6948bc18
authored
Apr 25, 2017
by
Arnaud Charlet
Committed by
Arnaud Charlet
Apr 25, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc-interface/Makefile.in: Cleanup VxWorks targets.
From-SVN: r247186
parent
cc0b3bac
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
7 deletions
+20
-7
gcc/ada/ChangeLog
+4
-0
gcc/ada/gcc-interface/Makefile.in
+16
-7
No files found.
gcc/ada/ChangeLog
View file @
6948bc18
2017
-
04
-
25
Arnaud
Charlet
<
charlet
@
adacore
.
com
>
*
gcc
-
interface
/
Makefile
.
in
:
Cleanup
VxWorks
targets
.
2017
-
04
-
25
Eric
Botcazou
<
ebotcazou
@
adacore
.
com
>
2017
-
04
-
25
Eric
Botcazou
<
ebotcazou
@
adacore
.
com
>
*
fname
.
adb
(
Is_Internal_File_Name
):
Arrange
for
the
slices
to
*
fname
.
adb
(
Is_Internal_File_Name
):
Arrange
for
the
slices
to
...
...
gcc/ada/gcc-interface/Makefile.in
View file @
6948bc18
...
@@ -517,8 +517,16 @@ ifeq ($(strip $(filter-out powerpc% wrs vxworks vxworksspe vxworks7 vxworks7spe,
...
@@ -517,8 +517,16 @@ ifeq ($(strip $(filter-out powerpc% wrs vxworks vxworksspe vxworks7 vxworks7spe,
ifeq
($(strip
$(filter-out
e500%,
$(target_alias))),)
ifeq
($(strip
$(filter-out
e500%,
$(target_alias))),)
ARCH_STR
=
e500
ARCH_STR
=
e500
# gcc config translates the target e500v2-wrs-vxworks to
# powerpc-wrs-vxworksspe. Let's keep the original alias here when
# generating s-oscons.ads.
target
=
$(target_alias)
else
else
ARCH_STR
=
ppc
ifeq
($(strip
$(filter-out
powerpc64,
$(target_cpu))),)
ARCH_STR
=
ppc64
else
ARCH_STR
=
ppc
endif
endif
endif
ifeq
($(strip
$(filter-out
vxworks7%,
$(target_os))),)
ifeq
($(strip
$(filter-out
vxworks7%,
$(target_os))),)
...
@@ -622,8 +630,7 @@ ifeq ($(strip $(filter-out powerpc% wrs vxworks vxworksspe vxworks7 vxworks7spe,
...
@@ -622,8 +630,7 @@ ifeq ($(strip $(filter-out powerpc% wrs vxworks vxworksspe vxworks7 vxworks7spe,
system.ads<system-vxworks-ppc.ads
system.ads<system-vxworks-ppc.ads
endif
endif
endif
endif
EXTRA_GNATRTL_NONTASKING_OBJS
=
i-vxinco.o i-vxwork.o i-vxwoio.o
EXTRA_GNATRTL_NONTASKING_OBJS
+=
i-vxinco.o i-vxwork.o i-vxwoio.o
EXTRA_GNATRTL_TASKING_OBJS
=
s-vxwork.o s-vxwext.o
endif
endif
endif
endif
...
@@ -645,10 +652,14 @@ ifeq ($(strip $(filter-out powerpc% wrs vxworks vxworksspe vxworks7 vxworks7spe,
...
@@ -645,10 +652,14 @@ ifeq ($(strip $(filter-out powerpc% wrs vxworks vxworksspe vxworks7 vxworks7spe,
endif
endif
# PowerPC and e500v2 VxWorks 653
# PowerPC and e500v2 VxWorks 653
ifeq
($(strip
$(filter-out
powerpc%
wrs
vxworksae,$(target_cpu)
$(target_vendor)
$(target_os))),)
ifeq
($(strip
$(filter-out
powerpc%
wrs
vxworksae
vxworksaespe
,$(target_cpu)
$(target_vendor)
$(target_os))),)
ifeq
($(strip
$(filter-out
e500%,
$(target_alias))),)
ifeq
($(strip
$(filter-out
e500%,
$(target_alias))),)
ARCH_STR
=
e500
ARCH_STR
=
e500
# gcc config translates the target e500v2-wrs-vxworks to
# powerpc-wrs-vxworksspe. Let's keep the original alias here when
# generating s-oscons.ads.
target
=
$(target_alias)
else
else
ARCH_STR
=
ppc
ARCH_STR
=
ppc
endif
endif
...
@@ -2494,7 +2505,6 @@ ADA_EXCLUDE_SRCS =\
...
@@ -2494,7 +2505,6 @@ ADA_EXCLUDE_SRCS =\
g-altive.ads g-alveop.adb g-alveop.ads g-alvety.ads g-alvevi.ads
\
g-altive.ads g-alveop.adb g-alveop.ads g-alvety.ads g-alvevi.ads
\
g-intpri.ads g-regist.adb g-regist.ads g-sse.ads g-ssvety.ads
\
g-intpri.ads g-regist.adb g-regist.ads g-sse.ads g-ssvety.ads
\
i-vxinco.adb i-vxinco.ads i-vxwoio.adb i-vxwoio.ads i-vxwork.ads
\
i-vxinco.adb i-vxinco.ads i-vxwoio.adb i-vxwoio.ads i-vxwork.ads
\
i-bit_types.ads
\
s-bb.ads s-bbbosu.ads s-bbcaco.ads s-bbcppr.ads s-bbexti.adb
\
s-bb.ads s-bbbosu.ads s-bbcaco.ads s-bbcppr.ads s-bbexti.adb
\
s-bbexti.ads s-bbinte.adb s-bbinte.ads s-bbprot.adb s-bbprot.ads
\
s-bbexti.ads s-bbinte.adb s-bbinte.ads s-bbprot.adb s-bbprot.ads
\
s-bbsle3.ads s-bbsuer.ads s-bbsule.ads s-bbthqu.adb s-bbthqu.ads
\
s-bbsle3.ads s-bbsuer.ads s-bbsule.ads s-bbthqu.adb s-bbthqu.ads
\
...
@@ -2506,8 +2516,7 @@ ADA_EXCLUDE_SRCS =\
...
@@ -2506,8 +2516,7 @@ ADA_EXCLUDE_SRCS =\
s-memcom.adb s-memcom.ads s-memmov.adb s-memmov.ads s-memset.adb
\
s-memcom.adb s-memcom.ads s-memmov.adb s-memmov.ads s-memset.adb
\
s-memset.ads s-mufalo.adb s-mufalo.ads s-musplo.adb s-musplo.ads
\
s-memset.ads s-mufalo.adb s-mufalo.ads s-musplo.adb s-musplo.ads
\
s-sam4.ads s-sopco3.adb s-sopco3.ads s-sopco4.adb s-sopco4.ads
\
s-sam4.ads s-sopco3.adb s-sopco3.ads s-sopco4.adb s-sopco4.ads
\
s-sopco5.adb s-sopco5.ads s-stchop.ads s-stchop.adb
\
s-sopco5.adb s-sopco5.ads s-stchop.ads s-stchop.adb s-stm32.ads
\
s-stm32.ads
\
s-strcom.adb s-strcom.ads s-thread.ads
\
s-strcom.adb s-strcom.ads s-thread.ads
\
s-vxwexc.adb s-vxwexc.ads s-vxwext.adb s-vxwext.ads
\
s-vxwexc.adb s-vxwexc.ads s-vxwext.adb s-vxwext.ads
\
s-win32.ads s-winext.ads
s-win32.ads s-winext.ads
...
...
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