aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8/gcc/config.in
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8/gcc/config.in')
-rw-r--r--gcc-4.8/gcc/config.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc-4.8/gcc/config.in b/gcc-4.8/gcc/config.in
index 819341755..6f23c032b 100644
--- a/gcc-4.8/gcc/config.in
+++ b/gcc-4.8/gcc/config.in
@@ -363,6 +363,12 @@
#endif
+/* Define if your assembler supports the 'ud2' mnemonic. */
+#ifndef USED_FOR_TARGET
+#undef HAVE_AS_IX86_UD2
+#endif
+
+
/* Define if your assembler supports the lituse_jsrdirect relocation. */
#ifndef USED_FOR_TARGET
#undef HAVE_AS_JSRDIRECT_RELOCS
@@ -375,6 +381,12 @@
#endif
+/* Define if your assembler supports LEON instructions. */
+#ifndef USED_FOR_TARGET
+#undef HAVE_AS_LEON
+#endif
+
+
/* Define if the assembler won't complain about a line such as # 0 "" 2. */
#ifndef USED_FOR_TARGET
#undef HAVE_AS_LINE_ZERO