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
535b86ce
Commit
535b86ce
authored
Mar 21, 1998
by
R. Ganesan
Committed by
Jeff Law
Mar 21, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure.in: handle with-PACKAGE=no correctly
From-SVN: r18740
parent
362badb0
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
4 deletions
+8
-4
gcc/ChangeLog
+4
-0
gcc/configure
+0
-0
gcc/configure.in
+4
-4
No files found.
gcc/ChangeLog
View file @
535b86ce
Sun Mar 22 00:21:46 1998 R. Ganesan <rganesan@novell.com>
* configure.in: Handle with-PACKAGE=no correctly
Fri Mar 20 17:36:23 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* Makefile.in (alias.o, bitmap.o, c-aux-info.o, c-common.o,
...
...
gcc/configure
View file @
535b86ce
This diff is collapsed.
Click to expand it.
gcc/configure.in
View file @
535b86ce
...
...
@@ -34,25 +34,25 @@ copy=cp
# With GNU ld
AC_ARG_WITH(gnu-ld,
[ --with-gnu-ld arrange to work with GNU ld.],
gnu_ld=
yes
,
gnu_ld=
"$with_gnu_ld"
,
gnu_ld=no)
# With GNU as
AC_ARG_WITH(gnu-as,
[ --with-gnu-as arrange to work with GNU as.],
gas=
yes
,
gas=
"$with_gnu_as"
,
gas=no)
# With stabs
AC_ARG_WITH(stabs,
[ --with-stabs arrange to use stabs instead of host debug format.],
stabs=
yes
,
stabs=
"$with_stabs"
,
stabs=no)
# With ELF
AC_ARG_WITH(elf,
[ --with-elf arrange to use ELF instead of host debug format.],
elf=
yes
,
elf=
"$with_elf"
,
elf=no)
# Specify the local prefix
...
...
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