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
3044bbe4
Commit
3044bbe4
authored
Jan 22, 2014
by
Eric Botcazou
Committed by
Eric Botcazou
Jan 22, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc-interface/Makefile.in: Minor fixes.
From-SVN: r206918
parent
4c70d460
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
gcc/ada/ChangeLog
+4
-0
gcc/ada/gcc-interface/Makefile.in
+4
-3
No files found.
gcc/ada/ChangeLog
View file @
3044bbe4
2014
-
01
-
22
Eric
Botcazou
<
ebotcazou
@
adacore
.
com
>
*
gcc
-
interface
/
Makefile
.
in
:
Minor
fixes
.
2014
-
01
-
21
Robert
Dewar
<
dewar
@
adacore
.
com
>
2014
-
01
-
21
Robert
Dewar
<
dewar
@
adacore
.
com
>
*
par
-
ch4
.
adb
(
P_If_Expression
):
Rewritten
to
improve
error
recovery
.
*
par
-
ch4
.
adb
(
P_If_Expression
):
Rewritten
to
improve
error
recovery
.
...
...
gcc/ada/gcc-interface/Makefile.in
View file @
3044bbe4
...
@@ -637,7 +637,7 @@ ifeq ($(strip $(filter-out powerpc% wrs vxworksae,$(target_cpu) $(target_vendor)
...
@@ -637,7 +637,7 @@ ifeq ($(strip $(filter-out powerpc% wrs vxworksae,$(target_cpu) $(target_vendor)
$(ATOMICS_TARGET_PAIRS)
\
$(ATOMICS_TARGET_PAIRS)
\
$(ATOMICS_BUILTINS_TARGET_PAIRS)
$(ATOMICS_BUILTINS_TARGET_PAIRS)
ifeq
($(strip
$(filter-out
e500%,
$(
arch
))),)
ifeq
($(strip
$(filter-out
e500%,
$(
target_alias
))),)
LIBGNAT_TARGET_PAIRS
+=
system.ads<system-vxworks-e500-vthread.ads
LIBGNAT_TARGET_PAIRS
+=
system.ads<system-vxworks-e500-vthread.ads
else
else
LIBGNAT_TARGET_PAIRS
+=
system.ads<system-vxworks-ppc-vthread.ads
LIBGNAT_TARGET_PAIRS
+=
system.ads<system-vxworks-ppc-vthread.ads
...
@@ -751,7 +751,7 @@ ifeq ($(strip $(filter-out %86 wrs vxworksae vxworksmils,$(target_cpu) $(target_
...
@@ -751,7 +751,7 @@ ifeq ($(strip $(filter-out %86 wrs vxworksae vxworksmils,$(target_cpu) $(target_
s-vxwext.adb<s-vxwext-noints.adb
\
s-vxwext.adb<s-vxwext-noints.adb
\
s-vxwext.ads<s-vxwext-vthreads.ads
\
s-vxwext.ads<s-vxwext-vthreads.ads
\
s-vxwork.ads<s-vxwork-x86.ads
\
s-vxwork.ads<s-vxwork-x86.ads
\
system.ads<system-vxworks-x86.ads
\
system.ads<system-vxworks-x86
-vthread
.ads
\
$(ATOMICS_TARGET_PAIRS)
\
$(ATOMICS_TARGET_PAIRS)
\
$(ATOMICS_BUILTINS_TARGET_PAIRS)
$(ATOMICS_BUILTINS_TARGET_PAIRS)
...
@@ -762,7 +762,7 @@ ifeq ($(strip $(filter-out %86 wrs vxworksae vxworksmils,$(target_cpu) $(target_
...
@@ -762,7 +762,7 @@ ifeq ($(strip $(filter-out %86 wrs vxworksae vxworksmils,$(target_cpu) $(target_
EXTRA_GNATRTL_NONTASKING_OBJS
=
i-vxwork.o i-vxwoio.o s-thread.o
EXTRA_GNATRTL_NONTASKING_OBJS
=
i-vxwork.o i-vxwoio.o s-thread.o
EXTRA_GNATRTL_TASKING_OBJS
=
s-vxwork.o s-vxwext.o
EXTRA_GNATRTL_TASKING_OBJS
=
s-vxwork.o s-vxwext.o
EXTRA_LIBGNAT_OBJS
+=
vx_stack_info.o
# sigtramp-ppcvxw.o
EXTRA_LIBGNAT_OBJS
+=
vx_stack_info.o
GNATRTL_SOCKETS_OBJS
=
GNATRTL_SOCKETS_OBJS
=
# Extra pairs for the vthreads runtime
# Extra pairs for the vthreads runtime
...
@@ -1740,6 +1740,7 @@ ifeq ($(strip $(filter-out cygwin% mingw32% pe,$(target_os))),)
...
@@ -1740,6 +1740,7 @@ ifeq ($(strip $(filter-out cygwin% mingw32% pe,$(target_os))),)
EXTRA_GNATRTL_NONTASKING_OBJS
=
\
EXTRA_GNATRTL_NONTASKING_OBJS
=
\
s-win32.o s-winext.o g-regist.o g-sse.o g-ssvety.o
s-win32.o s-winext.o g-regist.o g-sse.o g-ssvety.o
EXTRA_GNATRTL_TASKING_OBJS
=
a-exetim.o
EXTRA_GNATRTL_TASKING_OBJS
=
a-exetim.o
EXTRA_LIBGNAT_SRCS
+=
mingw32.h
MISCLIB
=
-lws2_32
MISCLIB
=
-lws2_32
...
...
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