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
c345d4f1
Commit
c345d4f1
authored
Feb 13, 2013
by
Kai Tietz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert rev. 195980
From-SVN: r196001
parent
4861a1f7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
16 deletions
+4
-16
libada/ChangeLog
+0
-6
libada/Makefile.in
+4
-10
No files found.
libada/ChangeLog
View file @
c345d4f1
2013-02-12 Kai Tietz <ktietz@redhat.com>
PR target/52122
* Makefile.in (LN_S_RECUSIVE): New.
(adainclude, adalib): Use LN_S_RECURSIVE for copy.
2013-01-14 Richard Sandiford <rdsandiford@googlemail.com>
Update copyright years.
...
...
libada/Makefile.in
View file @
c345d4f1
...
...
@@ -43,12 +43,6 @@ enable_shared = @enable_shared@
LN_S
=
@LN_S@
AWK
=
@AWK@
ifeq
(cp
-p,$(LN_S))
LN_S_RECURSIVE
=
cp
-pR
else
LN_S_RECURSIVE
=
$(LN_S)
endif
# Variables for the user (or the top level) to override.
objext
=
.o
THREAD_KIND
=
native
...
...
@@ -106,8 +100,8 @@ gnatlib-plain: osconstool $(GCC_DIR)/ada/Makefile
&&
touch stamp-libada
-
rm
-rf
adainclude
-
rm
-rf
adalib
$(LN_S
_RECURSIVE
)
$(ADA_RTS_DIR)
adainclude
$(LN_S
_RECURSIVE
)
$(ADA_RTS_DIR)
adalib
$(LN_S)
$(ADA_RTS_DIR)
adainclude
$(LN_S)
$(ADA_RTS_DIR)
adalib
gnatlib-sjlj gnatlib-zcx gnatlib-shared
:
osconstool $(GCC_DIR)/ada/Makefile
test
-f
stamp-libada
||
\
...
...
@@ -115,8 +109,8 @@ gnatlib-sjlj gnatlib-zcx gnatlib-shared: osconstool $(GCC_DIR)/ada/Makefile
&&
touch stamp-libada
-
rm
-rf
adainclude
-
rm
-rf
adalib
$(LN_S
_RECUSIVE
)
$(ADA_RTS_DIR)
adainclude
$(LN_S
_RECUSIVE
)
$(ADA_RTS_DIR)
adalib
$(LN_S)
$(ADA_RTS_DIR)
adainclude
$(LN_S)
$(ADA_RTS_DIR)
adalib
osconstool
:
$(MAKE)
-C
$(GCC_DIR)
/ada
$(LIBADA_FLAGS_TO_PASS)
./bldtools/oscons/xoscons
...
...
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