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
8c954c52
Commit
8c954c52
authored
Jan 14, 2011
by
Ian Lance Taylor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libgo/Makefile.am: Correct typos in Solaris support.
From Rainer Orth. From-SVN: r168804
parent
b2d36e74
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
libgo/Makefile.am
+3
-3
libgo/Makefile.in
+5
-5
No files found.
libgo/Makefile.am
View file @
8c954c52
# Makefile.am -- Go library Makefile.
# Makefile.am -- Go library Makefile.
# Copyright 2009
, 2010
The Go Authors. All rights reserved.
# Copyright 2009 The Go Authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
# license that can be found in the LICENSE file.
...
@@ -1041,10 +1041,10 @@ else # !LIBGO_IS_LINUX
...
@@ -1041,10 +1041,10 @@ else # !LIBGO_IS_LINUX
if
LIBGO_IS_SOLARIS
if
LIBGO_IS_SOLARIS
if
LIBGO_IS_386
if
LIBGO_IS_386
# Use lseek64 on 386 Solaris.
# Use lseek64 on 386 Solaris.
syscall_filesize_f
li
e
=
syscalls/sysfile_largefile.go
syscall_filesize_f
il
e
=
syscalls/sysfile_largefile.go
else
# !LIBGO_IS_LINUX && LIBGO_IS_SOLARIS && !LIBGO_IS_386
else
# !LIBGO_IS_LINUX && LIBGO_IS_SOLARIS && !LIBGO_IS_386
# Use lseek on amd64 Solaris.
# Use lseek on amd64 Solaris.
syscall_filesize_f
li
e
=
syscalls/sysfile_regfile.go
syscall_filesize_f
il
e
=
syscalls/sysfile_regfile.go
endif
# !LIBGO_IS_386
endif
# !LIBGO_IS_386
else
# !LIBGO_IS_LINUX && !LIBGO_IS_SOLARIS
else
# !LIBGO_IS_LINUX && !LIBGO_IS_SOLARIS
# Use lseek by default.
# Use lseek by default.
...
...
libgo/Makefile.in
View file @
8c954c52
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
# Makefile.am -- Go library Makefile.
# Makefile.am -- Go library Makefile.
# Copyright 2009
, 2010
The Go Authors. All rights reserved.
# Copyright 2009 The Go Authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
# license that can be found in the LICENSE file.
...
@@ -1397,16 +1397,16 @@ go_testing_script_files = \
...
@@ -1397,16 +1397,16 @@ go_testing_script_files = \
# Define Syscall and Syscall6.
# Define Syscall and Syscall6.
@LIBGO_IS_RTEMS_TRUE@
syscall_syscall_file
=
syscalls/syscall_stubs.go
@LIBGO_IS_RTEMS_TRUE@
syscall_syscall_file
=
syscalls/syscall_stubs.go
# Use lseek on amd64 Solaris.
@LIBGO_IS_386_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_TRUE@
syscall_filesize_file
=
syscalls/sysfile_regfile.go
# Use lseek64 on 386 Solaris.
@LIBGO_IS_386_TRUE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_TRUE@
syscall_filesize_file
=
syscalls/sysfile_largefile.go
# Use lseek by default.
# Use lseek by default.
@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_FALSE@
syscall_filesize_file
=
syscalls/sysfile_regfile.go
@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_FALSE@
syscall_filesize_file
=
syscalls/sysfile_regfile.go
# Declare libc functions that vary for largefile systems.
# Declare libc functions that vary for largefile systems.
# Always use lseek64 on GNU/Linux.
# Always use lseek64 on GNU/Linux.
@LIBGO_IS_LINUX_TRUE@
syscall_filesize_file
=
syscalls/sysfile_largefile.go
@LIBGO_IS_LINUX_TRUE@
syscall_filesize_file
=
syscalls/sysfile_largefile.go
# Use lseek on amd64 Solaris.
@LIBGO_IS_386_FALSE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_TRUE@
syscall_filesize_flie
=
syscalls/sysfile_regfile.go
# Use lseek64 on 386 Solaris.
@LIBGO_IS_386_TRUE@@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_SOLARIS_TRUE@
syscall_filesize_flie
=
syscalls/sysfile_largefile.go
@LIBGO_IS_RTEMS_FALSE@
syscall_exec_os_file
=
syscalls/exec.go
@LIBGO_IS_RTEMS_FALSE@
syscall_exec_os_file
=
syscalls/exec.go
# Define ForkExec, PtraceForkExec, Exec, and Wait4.
# Define ForkExec, PtraceForkExec, Exec, and Wait4.
...
...
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