arch_check.h (8116:7739ad28c365) arch_check.h (8117:2eec3c58e50e)
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;

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

39#elif defined __STATETRACE_ARM__
40 #if !defined __arm__
41 #error "Arm toolchain required."
42 #endif
43#elif defined __STATETRACE_HPPA__
44 #if !defined __hppa__
45 #error "Hppa toolchain required."
46 #endif
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;

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

39#elif defined __STATETRACE_ARM__
40 #if !defined __arm__
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__
47#elif defined __STATETRACE_I686__
48 #if !(defined __i386__ || defined __i486__ || \
49 defined __i586__ || defined __i686__)
48 #if !(defined __i386__ || defined __i486__ || \
49 defined __i586__ || defined __i686__)
50 #error "I386 toolchain required."
50 #error "I686 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__
58 #error "Mips toolchain required."

--- 20 unchanged lines hidden ---
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__
58 #error "Mips toolchain required."

--- 20 unchanged lines hidden ---