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
f3970bba
Commit
f3970bba
authored
Jul 08, 2002
by
Nathanael Nerode
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure.in: Don't build grez.
* configure.in: Don't build grez. * Makefile.in: Ditto. From-SVN: r55334
parent
dde7b83c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
10 deletions
+3
-10
ChangeLog
+3
-0
Makefile.in
+0
-4
configure.in
+0
-6
No files found.
ChangeLog
View file @
f3970bba
2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
* configure.in: Don't build grez.
* Makefile.in: Ditto.
* Makefile.in: Remove references to bsp, cygmon, libstub.
* configure.in: Ditto.
...
...
Makefile.in
View file @
f3970bba
...
...
@@ -549,7 +549,6 @@ ALL_MODULES = \
all-gnuserv
\
all-gprof
\
all-grep
\
all-grez
\
all-gzip
\
all-hello
\
all-indent
\
...
...
@@ -691,7 +690,6 @@ INSTALL_MODULES = \
install-gnuserv
\
install-gprof
\
install-grep
\
install-grez
\
install-gzip
\
install-hello
\
install-indent
\
...
...
@@ -853,7 +851,6 @@ CLEAN_MODULES = \
clean-gnuserv
\
clean-gprof
\
clean-grep
\
clean-grez
\
clean-gzip
\
clean-hello
\
clean-indent
\
...
...
@@ -1687,7 +1684,6 @@ configure-target-gperf: $(ALL_GCC_CXX)
all-target-gperf
:
configure-target-gperf all-target-libiberty all-target-libstdc++-v3
all-gprof
:
all-libiberty all-bfd all-opcodes all-intl
all-grep
:
all-libiberty
all-grez
:
all-libiberty all-bfd all-opcodes
all-gui
:
all-gdb all-libproc
all-guile
:
all-gzip
:
all-libiberty
...
...
configure.in
View file @
f3970bba
...
...
@@ -641,12 +641,6 @@ case "${target}" in
*
-
*
-lynxos
*
)
noconfigdirs
=
"
$noconfigdirs
target-newlib target-libgloss
${
libgcj
}
"
;;
*
-
*
-macos
*
|
\
*
-
*
-mpw
*
)
# Macs want a resource compiler.
configdirs
=
"
$configdirs
grez"
noconfigdirs
=
"
$noconfigdirs
${
libgcj
}
"
;;
*
-
*
-
*
)
noconfigdirs
=
"
$noconfigdirs
${
libgcj
}
"
;;
...
...
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