comparison sources/patches/gcc-core-armeb.patch @ 745:4abea1d0914f

Change a comment to silence a warning.
author Rob Landley <rob@landley.net>
date Thu, 11 Jun 2009 19:04:51 -0500
parents d6c4c5b31e6a
children
comparison
equal deleted inserted replaced
744:759adf5a0fe9 745:4abea1d0914f
4 4
5 #define SUBTARGET_CPU_DEFAULT TARGET_CPU_arm6 5 #define SUBTARGET_CPU_DEFAULT TARGET_CPU_arm6
6 6
7 -#define SUBTARGET_EXTRA_LINK_SPEC " -m armelf_linux -p" 7 -#define SUBTARGET_EXTRA_LINK_SPEC " -m armelf_linux -p"
8 +#define SUBTARGET_EXTRA_LINK_SPEC " -p" 8 +#define SUBTARGET_EXTRA_LINK_SPEC " -p"
9 +//#define SUBTARGET_EXTRA_LINK_SPEC " -m armelf_linux -p" 9 +/*#define SUBTARGET_EXTRA_LINK_SPEC " -m armelf_linux -p"*/
10 10
11 #undef MULTILIB_DEFAULTS 11 #undef MULTILIB_DEFAULTS
12 #define MULTILIB_DEFAULTS \ 12 #define MULTILIB_DEFAULTS \