x
[deliverable/binutils-gdb.git] / gas / acconfig.h
index 57fdd83e5bbbeb0cdd379e1a2ad631d12f1d15f9..d2ca454c74eeeee9fc857d71e8714406ac41e208 100644 (file)
 #undef TARGET_OS
 #undef TARGET_VENDOR
 
+/* Sometimes the system header files don't declare strstr.  */
+#undef NEED_DECLARATION_STRSTR
+
 /* Sometimes the system header files don't declare malloc and realloc.  */
 #undef NEED_DECLARATION_MALLOC
 
 /* Sometimes the system header files don't declare free.  */
 #undef NEED_DECLARATION_FREE
 
+/* Sometimes the system header files don't declare sbrk.  */
+#undef NEED_DECLARATION_SBRK
+
 /* Sometimes errno.h doesn't declare errno itself.  */
 #undef NEED_DECLARATION_ERRNO
 
 #undef MANY_SEGMENTS
 
-/* Needed only for sparc configuration */
-#undef sparcv9
+/* Needed only for sparc configuration.  */
+#undef SPARC_V9
+#undef SPARC_ARCH64
 
 /* Needed only for some configurations that can produce multiple output
    formats.  */
This page took 0.022437 seconds and 4 git commands to generate.