]> git.saurik.com Git - apple/system_cmds.git/commitdiff
system_cmds-550.10.tar.gz mac-os-x-1082 mac-os-x-1083 mac-os-x-1084 mac-os-x-1085 v550.10
authorApple <opensource@apple.com>
Wed, 19 Sep 2012 18:36:17 +0000 (18:36 +0000)
committerApple <opensource@apple.com>
Wed, 19 Sep 2012 18:36:17 +0000 (18:36 +0000)
arch.tproj/arch.c

index 4152bf0f1acc728d2857c80ab5423238731ee67a..e417309c71368696307bf11c01a78e050ef2eaaa 100644 (file)
@@ -77,7 +77,6 @@ static const CPUTypes knownArchs[] = {
     {"x86_64", CPU_TYPE_X86_64},
 #elif defined(__arm__)
     {"arm", CPU_TYPE_ARM},
-#endif
 #else
 #error "Unsupported architecture"
 #endif
@@ -102,7 +101,6 @@ extern char **environ;
 #elif defined(__arm__)
 #define NATIVE_32      "arm"
 #define NATIVE_64      NULL
-#endif
 #else
 #error "Unsupported architecture"
 #endif