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
76e723a3
Commit
76e723a3
authored
7 years ago
by
Ian Lance Taylor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libgo: add aix build tags
Reviewed-on:
https://go-review.googlesource.com/86936
From-SVN: r256416
parent
5862924d
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
gcc/go/gofrontend/MERGE
+1
-1
libgo/go/golang_org/x/net/internal/nettest/helper_nobsd.go
+1
-1
libgo/go/golang_org/x/net/internal/nettest/helper_posix.go
+1
-1
libgo/go/golang_org/x/net/internal/nettest/helper_unix.go
+1
-1
libgo/go/os/signal/internal/pty/pty.go
+1
-1
No files found.
gcc/go/gofrontend/MERGE
View file @
76e723a3
7ef1b48f63c0a64b83fc049884fb89677e19b2dd
98b0942497bf2896127b71d851a79959ed3197cf
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.
This diff is collapsed.
Click to expand it.
libgo/go/golang_org/x/net/internal/nettest/helper_nobsd.go
View file @
76e723a3
...
...
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build linux solaris
// +build
aix
linux solaris
package
nettest
...
...
This diff is collapsed.
Click to expand it.
libgo/go/golang_org/x/net/internal/nettest/helper_posix.go
View file @
76e723a3
...
...
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build darwin dragonfly freebsd linux netbsd openbsd solaris windows
// +build
aix
darwin dragonfly freebsd linux netbsd openbsd solaris windows
package
nettest
...
...
This diff is collapsed.
Click to expand it.
libgo/go/golang_org/x/net/internal/nettest/helper_unix.go
View file @
76e723a3
...
...
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build darwin dragonfly freebsd linux netbsd openbsd solaris
// +build
aix
darwin dragonfly freebsd linux netbsd openbsd solaris
package
nettest
...
...
This diff is collapsed.
Click to expand it.
libgo/go/os/signal/internal/pty/pty.go
View file @
76e723a3
...
...
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build darwin dragonfly freebsd linux,!android netbsd openbsd solaris
// +build
aix
darwin dragonfly freebsd linux,!android netbsd openbsd solaris
// Package pty is a simple pseudo-terminal package for Unix systems,
// implemented by calling C functions via cgo.
...
...
This diff is collapsed.
Click to expand it.
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