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
33e4edab
Commit
33e4edab
authored
Dec 11, 2012
by
Eric Botcazou
Committed by
Eric Botcazou
Dec 11, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc-interface/Make-lang.in (RTS_DIR): Define only if Ada is enabled.
From-SVN: r194384
parent
74080cba
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
gcc/ada/ChangeLog
+4
-0
gcc/ada/gcc-interface/Make-lang.in
+6
-2
No files found.
gcc/ada/ChangeLog
View file @
33e4edab
2012
-
12
-
11
Eric
Botcazou
<
ebotcazou
@
adacore
.
com
>
*
gcc
-
interface
/
Make
-
lang
.
in
(
RTS_DIR
):
Define
only
if
Ada
is
enabled
.
2012
-
12
-
08
Eric
Botcazou
<
ebotcazou
@
adacore
.
com
>
*
gcc
-
interface
/
trans
.
c
(
gnat_to_gnu
)
<
N_Indexed_Component
>:
Assert
...
...
gcc/ada/gcc-interface/Make-lang.in
View file @
33e4edab
...
...
@@ -122,7 +122,9 @@ ifeq ($(build), $(host))
# put the host RTS dir first in the PATH to hide the default runtime
# files that are among the sources
RTS_DIR
:=
$
(
strip
$
(
subst
\,
/,
$(
shell
gnatls
-v
|
grep
adalib
)
))
ifneq
($(findstring
ada,$(LANGUAGES)),)
RTS_DIR
:=
$
(
strip
$
(
subst
\,
/,
$(
shell
gnatls
-v
|
grep
adalib
)
))
endif
ADA_TOOLS_FLAGS_TO_PASS
=
\
CC
=
"
$(CC)
"
\
...
...
@@ -157,7 +159,9 @@ else
else
# This is a canadian cross. We should use a toolchain running on the
# build platform and targeting the host platform.
RTS_DIR
:=
$
(
strip
$
(
subst
\,
/,
$(
shell
$(GNATLS_FOR_HOST)
-v
|
grep
adalib
)
))
ifneq
($(findstring
ada,$(LANGUAGES)),)
RTS_DIR
:=
$
(
strip
$
(
subst
\,
/,
$(
shell
$(GNATLS_FOR_HOST)
-v
|
grep
adalib
)
))
endif
ADA_TOOLS_FLAGS_TO_PASS
=
\
CC
=
"
$(CC)
"
\
$(COMMON_FLAGS_TO_PASS)
$(ADA_FLAGS_TO_PASS)
\
...
...
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