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
9101297d
Commit
9101297d
authored
Nov 20, 1997
by
Dave Love
Committed by
Jeff Law
Nov 20, 1997
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure.in: Add AC_ARG_ENABLE for Haifa as documentation.
From-SVN: r16593
parent
f2d773a2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
0 deletions
+20
-0
gcc/ChangeLog
+4
-0
gcc/configure
+0
-0
gcc/configure.in
+6
-0
gcc/install.texi
+10
-0
No files found.
gcc/ChangeLog
View file @
9101297d
Thu Nov 20 00:38:46 1997 Dave Love <d.love@dl.ac.uk>
* configure.in: Add AC_ARG_ENABLE for Haifa as documentation.
Wed Nov 19 12:03:04 1997 Philippe De Muyter <phdm@macqel.be>
Wed Nov 19 12:03:04 1997 Philippe De Muyter <phdm@macqel.be>
* dwarf2out.c (CIE_LENGTH_LABEL, FDE_LENGTH_LABEL): New macros.
* dwarf2out.c (CIE_LENGTH_LABEL, FDE_LENGTH_LABEL): New macros.
...
...
gcc/configure
View file @
9101297d
This diff is collapsed.
Click to expand it.
gcc/configure.in
View file @
9101297d
...
@@ -85,6 +85,12 @@ if [[[ x$enable_c_cpplib != xno ]]]; then
...
@@ -85,6 +85,12 @@ if [[[ x$enable_c_cpplib != xno ]]]; then
extra_c_objs="${extra_c_objs} cpplib.o cppexp.o cpphash.o cpperror.o"
extra_c_objs="${extra_c_objs} cpplib.o cppexp.o cpphash.o cpperror.o"
extra_c_flags=-DUSE_CPPLIB=1
extra_c_flags=-DUSE_CPPLIB=1
fi)
fi)
# Enable Haifa scheduler.
AC_ARG_ENABLE(haifa,
[ --enable-haifa Use the experimental scheduler.
--disable-haifa Don't use the experimental scheduler for the
targets which normally enable it.])
# Enable threads
# Enable threads
# Pass with no value to take the default
# Pass with no value to take the default
...
...
gcc/install.texi
View file @
9101297d
...
@@ -176,6 +176,16 @@ point unit. These systems include @samp{m68k-sun-sunos@var{n}} and
...
@@ -176,6 +176,16 @@ point unit. These systems include @samp{m68k-sun-sunos@var{n}} and
effect
,
though
perhaps
there
are
other
systems
where
it
could
usefully
effect
,
though
perhaps
there
are
other
systems
where
it
could
usefully
make
a
difference
.
make
a
difference
.
@cindex
Haifa
scheduler
@cindex
scheduler
,
experimental
@item
--
enable
-
haifa
@item
--
disable
-
haifa
Use
@samp
{
--
enable
-
haifa
}
to
enable
use
of
an
experimental
instruction
scheduler
(
from
IBM
Haifa
).
This
may
or
may
not
produce
better
code
.
Some
targets
on
which
it
is
known
to
be
a
win
enable
it
by
default
;
use
@samp
{
--
disable
-
haifa
}
to
disable
it
in
these
cases
.
@code
{
configure
}
will
print
out
whether
the
Haifa
scheduler
is
enabled
when
it
is
run
.
@cindex
Objective
C
threads
@cindex
Objective
C
threads
@cindex
threads
,
Objective
C
@cindex
threads
,
Objective
C
@item
--
enable
-
objcthreads
=
@var
{
type
}
@item
--
enable
-
objcthreads
=
@var
{
type
}
...
...
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