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
c9a54638
Commit
c9a54638
authored
Mar 08, 2001
by
Alexandre Oliva
Committed by
Alexandre Oliva
Mar 08, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
From-SVN: r40311
parent
cf30ef80
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
ChangeLog
+4
-0
Makefile.in
+3
-3
No files found.
ChangeLog
View file @
c9a54638
2001-03-08 Alexandre Oliva <aoliva@redhat.com>
* Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
2001-03-07 Tom Tromey <tromey@redhat.com>
* configure.in: Allow config-lang.in to set `lang_requires' to list
...
...
Makefile.in
View file @
c9a54638
...
...
@@ -1550,6 +1550,9 @@ install-dosrel: installdirs info
install-dosrel-fake
:
ALL_GCC
=
all-gcc
ALL_GCC_C
=
$(ALL_GCC)
all-target-newlib all-target-libgloss
ALL_GCC_CXX
=
$(ALL_GCC_C)
all-target-libstdc++-v3
# This is a list of inter-dependencies among modules.
all-apache
:
...
...
@@ -1586,9 +1589,6 @@ all-flex: all-libiberty all-bison all-byacc
all-gas
:
all-libiberty all-opcodes all-bfd all-intl
all-gash
:
all-tcl
all-gawk
:
ALL_GCC
=
all-gcc
ALL_GCC_C
=
$(ALL_GCC)
all-target-newlib all-target-libgloss
ALL_GCC_CXX
=
$(ALL_GCC_C)
all-target-libstdc++-v3
all-gcc
:
all-bison all-byacc all-binutils all-gas all-ld all-zlib
all-bootstrap
:
all-libiberty all-texinfo all-bison all-byacc all-binutils all-gas all-ld all-zlib
GDB_TK
=
all-tk all-tcl all-itcl all-tix all-libgui
...
...
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