remove all the crio, bbb, and 2014 code

This also meant upgrading to clang-3.5 from llvm.org to try to get it to
build code for the roboRIO.

Change-Id: I44df4af4e9e04296ee7934cc787da3101b1ac449
diff --git a/aos/linux_code/starter/starter.gyp b/aos/linux_code/starter/starter.gyp
index ee8c9ab..9a16647 100644
--- a/aos/linux_code/starter/starter.gyp
+++ b/aos/linux_code/starter/starter.gyp
@@ -1,19 +1,6 @@
 {
   'targets': [
     {
-      'target_name': 'netconsole',
-      'type': 'executable',
-      'sources': [
-        'netconsole.cc',
-      ],
-      'dependencies': [
-        '<(AOS)/build/aos.gyp:logging',
-        '<(AOS)/linux_code/linux_code.gyp:configuration',
-        '<(AOS)/common/util/util.gyp:inet_addr',
-        '<(AOS)/linux_code/linux_code.gyp:init',
-      ],
-    },
-    {
       'target_name': 'starter_exe',
       'type': 'executable',
       'sources': [
@@ -32,19 +19,8 @@
         {
           'destination': '<(rsync_dir)',
           'files': [
-            'starter_loop.sh',
+            'starter.sh',
           ],
-          'conditions': [
-            ['FULL_COMPILER=="gcc_frc"', {
-              'files': [
-                'starter_roborio.sh',
-              ],
-            }, {
-              'files': [
-                'starter.sh',
-              ],
-            }
-          ]],
         },
       ],
     },