arch_check.h (8113:5c7c804e0645) arch_check.h (8116:7739ad28c365)
1/*
2 * Copyright (c) 2006-2007 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 32 unchanged lines hidden (view full) ---

41 #error "Arm toolchain required."
42 #endif
43#elif defined __STATETRACE_HPPA__
44 #if !defined __hppa__
45 #error "Hppa toolchain required."
46 #endif
47#elif defined __STATETRACE_I386__
48 #if !(defined __i386__ || defined __i486__ || \
1/*
2 * Copyright (c) 2006-2007 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 32 unchanged lines hidden (view full) ---

41 #error "Arm toolchain required."
42 #endif
43#elif defined __STATETRACE_HPPA__
44 #if !defined __hppa__
45 #error "Hppa toolchain required."
46 #endif
47#elif defined __STATETRACE_I386__
48 #if !(defined __i386__ || defined __i486__ || \
49 defined __i586__ || defined __i686)
49 defined __i586__ || defined __i686__)
50 #error "I386 toolchain required."
51 #endif
52#elif defined __STATETRACE_IA64__
53 #if !defined __ia64__
54 #error "IA64 toolchain required."
55 #endif
56#elif defined __STATETRACE_MIPS__
57 #if !defined __mips__

--- 21 unchanged lines hidden ---
50 #error "I386 toolchain required."
51 #endif
52#elif defined __STATETRACE_IA64__
53 #if !defined __ia64__
54 #error "IA64 toolchain required."
55 #endif
56#elif defined __STATETRACE_MIPS__
57 #if !defined __mips__

--- 21 unchanged lines hidden ---