From dff030352db692b5705f0f42d5327f7cd2f75a97 Mon Sep 17 00:00:00 2001 From: Apple Date: Wed, 19 Sep 2012 18:36:17 +0000 Subject: [PATCH] system_cmds-550.10.tar.gz --- arch.tproj/arch.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch.tproj/arch.c b/arch.tproj/arch.c index 4152bf0..e417309 100644 --- a/arch.tproj/arch.c +++ b/arch.tproj/arch.c @@ -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 -- 2.47.2