gas:
[deliverable/binutils-gdb.git] / gas / config.in
index d12407763bd16e5c39f8f190f77db9644d954b2e..9c91b88281b08fdd81c5d1196302e7bf4671dc78 100644 (file)
@@ -23,6 +23,9 @@
 /* Default architecture. */
 #undef DEFAULT_ARCH
 
+/* Default CRIS architecture. */
+#undef DEFAULT_CRIS_ARCH
+
 /* Default emulation. */
 #undef DEFAULT_EMULATION
 
 /* Define if errno is not declared in system header files. */
 #undef NEED_DECLARATION_ERRNO
 
+/* Define if ffs is not declared in system header files. */
+#undef NEED_DECLARATION_FFS
+
 /* Define if free is not declared in system header files. */
 #undef NEED_DECLARATION_FREE
 
 /* SOM support? */
 #undef OBJ_MAYBE_SOM
 
-/* VMS support? */
-#undef OBJ_MAYBE_VMS
-
 /* Name of package */
 #undef PACKAGE
 
 /* Version number of package */
 #undef VERSION
 
+/* Define to 1 if your processor stores words with the most significant byte
+   first (like Motorola and SPARC, unlike Intel and VAX). */
+#undef WORDS_BIGENDIAN
+
 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
    `char[]'. */
 #undef YYTEXT_POINTER
 
 /* Define to `unsigned' if <sys/types.h> does not define. */
 #undef size_t
+
+/* Is the prototype for getopt in <unistd.h> in the expected format?  */
+#undef HAVE_DECL_GETOPT
This page took 0.023713 seconds and 4 git commands to generate.