From 1b8e7820d8e16df5510952b50a9bf6e57f10dbb0 Mon Sep 17 00:00:00 2001 From: Alexander Boettcher Date: Wed, 17 Apr 2013 10:30:14 +0200 Subject: [PATCH] run: update tcp_terminal to run in 64bit setups --- gems/run/tcp_terminal.run | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/gems/run/tcp_terminal.run b/gems/run/tcp_terminal.run index 566ba64e2..f8d1bef18 100644 --- a/gems/run/tcp_terminal.run +++ b/gems/run/tcp_terminal.run @@ -11,12 +11,6 @@ if {[have_spec linux]} { puts "Run script does not support Linux."; exit 0 } -# -# XXX: Currently, we have no NIC driver for 64-bit -# -if {[have_spec 64bit]} { - puts "Run script does not support 64-bit platforms."; exit 0 } - # # Build # @@ -53,7 +47,7 @@ set config { - + @@ -61,7 +55,7 @@ set config { - + @@ -73,7 +67,7 @@ set config { append_if [have_spec pci] config { - + }