| Index: gcc/config/i386/nacl.h
|
| diff --git a/gcc/config/i386/nacl.h b/gcc/config/i386/nacl.h
|
| index c82ec28c47fbd3b2f910933ca300413612483e4d..f1513680ef4fad4bf85a38303ac6e05b9091a591 100644
|
| --- a/gcc/config/i386/nacl.h
|
| +++ b/gcc/config/i386/nacl.h
|
| @@ -278,3 +278,7 @@ Boston, MA 02111-1307, USA. */
|
| if (TARGET_NACL && optimize_size) \
|
| error ("-Os is not supported by the Native Client compiler"); \
|
| } while (0)
|
| +
|
| +
|
| +/* Profile counters are not available under Native Client. */
|
| +#define NO_PROFILE_COUNTERS 1
|
|
|