summaryrefslogtreecommitdiffstats
path: root/libgo/Makefile.in
diff options
context:
space:
mode:
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2011-03-28 18:30:21 +0000
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2011-03-28 18:30:21 +0000
commitcd5d15694a70b55db1e635ff73dfb7577817db0d (patch)
tree6af2a2c4238b2c47651f93976a546f24eaa487c0 /libgo/Makefile.in
parent66d068e4024c732b75c1f849fa78668da507bebf (diff)
downloadppe42-gcc-cd5d15694a70b55db1e635ff73dfb7577817db0d.tar.gz
ppe42-gcc-cd5d15694a70b55db1e635ff73dfb7577817db0d.zip
Rename net/fd_rtems.go to net/fd_select.go.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171621 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgo/Makefile.in')
-rw-r--r--libgo/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgo/Makefile.in b/libgo/Makefile.in
index e61f1e74965..3af5ffcde16 100644
--- a/libgo/Makefile.in
+++ b/libgo/Makefile.in
@@ -1032,9 +1032,9 @@ go_mime_files = \
# By default use select with pipes. Most systems should have
# something better.
-@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_RTEMS_FALSE@go_net_fd_os_file = go/net/fd_rtems.go
+@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_RTEMS_FALSE@go_net_fd_os_file = go/net/fd_select.go
@LIBGO_IS_LINUX_TRUE@@LIBGO_IS_RTEMS_FALSE@go_net_fd_os_file = go/net/fd_linux.go
-@LIBGO_IS_RTEMS_TRUE@go_net_fd_os_file = go/net/fd_rtems.go
+@LIBGO_IS_RTEMS_TRUE@go_net_fd_os_file = go/net/fd_select.go
@LIBGO_IS_LINUX_FALSE@@LIBGO_IS_RTEMS_FALSE@go_net_newpollserver_file = go/net/newpollserver.go
@LIBGO_IS_LINUX_TRUE@@LIBGO_IS_RTEMS_FALSE@go_net_newpollserver_file = go/net/newpollserver.go
@LIBGO_IS_RTEMS_TRUE@go_net_newpollserver_file = go/net/newpollserver_rtems.go
OpenPOWER on IntegriCloud