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
f446d60e
Commit
f446d60e
authored
Aug 07, 2011
by
Eric Botcazou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc-interface/Makefile.in (raise-gcc.o): Fix previous change.
From-SVN: r177544
parent
cd6cf2c9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
gcc/ada/ChangeLog
+6
-3
gcc/ada/gcc-interface/Makefile.in
+1
-1
No files found.
gcc/ada/ChangeLog
View file @
f446d60e
2011
-
08
-
07
Eric
Botcazou
<
ebotcazou
@
adacore
.
com
>
*
gcc
-
interface
/
Makefile
.
in
(
raise
-
gcc
.
o
):
Fix
previous
change
.
2011
-
08
-
05
Nicolas
Roche
<
roche
@
adacore
.
com
>
*
gcc
-
interface
/
Makefile
.
in
:
Don
't use directly ../xgcc to build shared
...
...
@@ -87,7 +91,7 @@
2011
-
08
-
05
Robert
Dewar
<
dewar
@
adacore
.
com
>
*
gnat_ugn
.
texi
:
Document
-
gnatyC
for
J505
-
006
*
gnat_ugn
.
texi
:
Document
-
gnatyC
.
*
vms_data
.
ads
:
Implement
COMMENTS1
/
COMMENTS2
(
retaining
COMMENTS
as
a
synonym
for
COMMENTS2
).
...
...
@@ -141,8 +145,7 @@
2011
-
08
-
05
Rainer
Orth
<
ro
@
CeBiTec
.
Uni
-
Bielefeld
.
DE
>
*
gcc
-
interface
/
Makefile
.
in
(
raise
-
gcc
.
o
):
Search
$(
srcdir
)/../
libgcc
.
*
gcc
-
interface
/
Makefile
.
in
(
raise
-
gcc
.
o
):
Search
$(
srcdir
)/../
libgcc
.
2011
-
08
-
05
Bob
Duff
<
duff
@
adacore
.
com
>
...
...
gcc/ada/gcc-interface/Makefile.in
View file @
f446d60e
...
...
@@ -2779,7 +2779,7 @@ vx_stack_info.o : vx_stack_info.c
raise-gcc.o
:
raise-gcc.c raise.h
$(COMPILER)
-c
$(ALL_COMPILERFLAGS)
$(ADA_CFLAGS)
\
-iquote
$(srcdir)
/../libgcc
\
-iquote
$(srcdir)
-iquote
$(srcdir)
/../libgcc
\
$(ALL_CPPFLAGS)
$(INCLUDES)
$<
$(OUTPUT_OPTION)
cio.o
:
cio.c
...
...
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