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
319e41dc
Commit
319e41dc
authored
Jan 06, 2018
by
Ian Lance Taylor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libgo: fix GOARCH_CACHELINESIZE on ia64
Reviewed-on:
https://go-review.googlesource.com/85256
From-SVN: r256306
parent
677202a2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
gcc/go/gofrontend/MERGE
+1
-1
libgo/configure
+1
-1
libgo/configure.ac
+1
-1
No files found.
gcc/go/gofrontend/MERGE
View file @
319e41dc
9b9bece388d1bacdc9d1d0024e722ffe449d221d
1319f36ccc65cf802b8e17ddd3d2da3ca6d82f4c
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.
libgo/configure
View file @
319e41dc
...
...
@@ -13706,7 +13706,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ia64-
*
-
*
)
GOARCH
=
ia64
GOARCH_FAMILY
=
IA64
GOARCH_CACHELINESIZE
=
1
6384
GOARCH_CACHELINESIZE
=
1
28
GOARCH_PHYSPAGESIZE
=
65536
;;
m68k
*
-
*
-
*
)
...
...
libgo/configure.ac
View file @
319e41dc
...
...
@@ -264,7 +264,7 @@ GOARCH_HUGEPAGESIZE="1 << 21"
ia64-*-*)
GOARCH=ia64
GOARCH_FAMILY=IA64
GOARCH_CACHELINESIZE=1
6384
GOARCH_CACHELINESIZE=1
28
GOARCH_PHYSPAGESIZE=65536
;;
m68k*-*-*)
...
...
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