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
7053a60f
Commit
7053a60f
authored
Apr 08, 2008
by
Arnaud Charlet
Committed by
Arnaud Charlet
Apr 08, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in: Remove handling of gnatbl.
From-SVN: r134067
parent
c96597bf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
gnattools/ChangeLog
+4
-0
gnattools/Makefile.in
+1
-4
No files found.
gnattools/ChangeLog
View file @
7053a60f
2008-04-05 Arnaud Charlet <charlet@adacore.com>
* Makefile.in: Remove handling of gnatbl.
2007-12-05 Bechir Zalila <bechir.zalila@gmail.com>
PR ada/34284
...
...
gnattools/Makefile.in
View file @
7053a60f
...
...
@@ -199,7 +199,7 @@ gnattools-native: $(GCC_DIR)/stamp-tools $(GCC_DIR)/stamp-gnatlib
# gnattools1
$(MAKE)
-C
$(GCC_DIR)
/ada/tools
-f
../Makefile
\
$(TOOLS_FLAGS_TO_PASS_1)
\
../../gnatmake
$(exeext)
../../gnatlink
$(exeext)
../../gnatbl
$(exeext)
../../gnatmake
$(exeext)
../../gnatlink
$(exeext)
# gnattools2
$(MAKE)
-C
$(GCC_DIR)
/ada/tools
-f
../Makefile
\
$(TOOLS_FLAGS_TO_PASS_NATIVE)
\
...
...
@@ -242,9 +242,6 @@ gnattools-cross: $(GCC_DIR)/stamp-tools
if
[
-f
$(GCC_DIR)
/gnatbind
$(exeext)
]
;
then
\
mv
$(GCC_DIR)
/gnatbind
$(exeext)
$(GCC_DIR)
/gnatbind-cross
$(exeext)
;
\
fi
if
[
-f
$(GCC_DIR)
/gnatbl
$(exeext)
]
;
then
\
mv
$(GCC_DIR)
/gnatbl
$(exeext)
$(GCC_DIR)
/gnatbl-cross
$(exeext)
;
\
fi
if
[
-f
$(GCC_DIR)
/gnatchop
$(exeext)
]
;
then
\
mv
$(GCC_DIR)
/gnatchop
$(exeext)
$(GCC_DIR)
/gnatchop-cross
$(exeext)
;
\
fi
...
...
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