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
131a075c
Commit
131a075c
authored
Sep 13, 2018
by
Eric Botcazou
Committed by
Eric Botcazou
Sep 13, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.rtl (arm% linux-gnueabi%): Always set EH_MECHANISM to -arm.
From-SVN: r264278
parent
1fb90d5b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
6 deletions
+5
-6
gcc/ada/ChangeLog
+4
-0
gcc/ada/Makefile.rtl
+1
-6
No files found.
gcc/ada/ChangeLog
View file @
131a075c
2018
-
09
-
13
Eric
Botcazou
<
ebotcazou
@
adacore
.
com
>
2018
-
09
-
13
Eric
Botcazou
<
ebotcazou
@
adacore
.
com
>
*
Makefile
.
rtl
(
arm
%
linux
-
gnueabi
%):
Always
set
EH_MECHANISM
to
-
arm
.
2018
-
09
-
13
Eric
Botcazou
<
ebotcazou
@
adacore
.
com
>
PR
ada
/
81103
PR
ada
/
81103
*
terminals
.
c
:
Do
not
include
termio
.
h
.
*
terminals
.
c
:
Do
not
include
termio
.
h
.
...
...
gcc/ada/Makefile.rtl
View file @
131a075c
...
@@ -2140,15 +2140,10 @@ ifeq ($(strip $(filter-out arm% linux-gnueabi%,$(target_cpu) $(target_os))),)
...
@@ -2140,15 +2140,10 @@ ifeq ($(strip $(filter-out arm% linux-gnueabi%,$(target_cpu) $(target_os))),)
$(ATOMICS_BUILTINS_TARGET_PAIRS)
\
$(ATOMICS_BUILTINS_TARGET_PAIRS)
\
system.ads<libgnat/system-linux-arm.ads
system.ads<libgnat/system-linux-arm.ads
ifeq
($(strip
$(filter-out
arm%b,$(target_cpu))),)
EH_MECHANISM
=
else
EH_MECHANISM
=
-arm
endif
TOOLS_TARGET_PAIRS
=
indepsw.adb<indepsw-gnu.adb
TOOLS_TARGET_PAIRS
=
indepsw.adb<indepsw-gnu.adb
EXTRA_GNATRTL_TASKING_OBJS
=
s-linux.o
EXTRA_GNATRTL_TASKING_OBJS
=
s-linux.o
EH_MECHANISM
=
-arm
THREADSLIB
=
-lpthread
THREADSLIB
=
-lpthread
GNATLIB_SHARED
=
gnatlib-shared-dual
GNATLIB_SHARED
=
gnatlib-shared-dual
GMEM_LIB
=
gmemlib
GMEM_LIB
=
gmemlib
...
...
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