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
e85b2d66
Commit
e85b2d66
authored
Jul 28, 1998
by
David S. Miller
Committed by
David S. Miller
Jul 28, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable haifa for sparc64 too.
From-SVN: r21461
parent
ac478ac0
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
1 deletions
+6
-1
gcc/ChangeLog
+5
-0
gcc/configure
+0
-0
gcc/configure.in
+1
-1
No files found.
gcc/ChangeLog
View file @
e85b2d66
Tue Jul 28 22:01:23 1998 David S. Miller <davem@pierdol.cobaltmicro.com>
* configure.in (enable_haifa): Set by default for sparc64 too.
configure: Rebuilt.
Tue Jul 28 23:29:04 1998 Jason Merrill <jason@yorick.cygnus.com>
Tue Jul 28 23:29:04 1998 Jason Merrill <jason@yorick.cygnus.com>
* i386/cygwin32.h (VALID_MACHINE_TYPE_ATTRIBUTE): New macro.
* i386/cygwin32.h (VALID_MACHINE_TYPE_ATTRIBUTE): New macro.
...
...
gcc/configure
View file @
e85b2d66
This diff is collapsed.
Click to expand it.
gcc/configure.in
View file @
e85b2d66
...
@@ -3041,7 +3041,7 @@ fi
...
@@ -3041,7 +3041,7 @@ fi
if [[ x$enable_haifa = x ]]
if [[ x$enable_haifa = x ]]
then
then
case $target in
case $target in
alpha*-* | hppa1.?-* | powerpc*-* | rs6000-* | *sparc-* | m32r*-*)
alpha*-* | hppa1.?-* | powerpc*-* | rs6000-* | *sparc
*
-* | m32r*-*)
enable_haifa=yes;;
enable_haifa=yes;;
esac
esac
fi
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