Update for autoconf beta 1.112:
[deliverable/binutils-gdb.git] / gas / acconfig.h
CommitLineData
b11fb939
KR
1/* Should gas use high-level BFD interfaces? */
2#undef BFD_ASSEMBLER
3
4/* Some assert/preprocessor combinations are incapable of handling
5 certain kinds of constructs in the argument of assert. For example,
6 quoted strings (if requoting isn't done right) or newlines. */
7#undef BROKEN_ASSERT
8
9/* If we aren't doing cross-assembling, some operations can be optimized,
10 since byte orders and value sizes don't need to be adjusted. */
11#undef CROSS_COMPILE
12
13/* Some IBM compilers can't handle some of the (rather basic) constructs
14 used in the 68k support code. */
15#undef IBM_COMPILER_SUX
16
17/* Some gas code wants to know these parameters. */
18#undef TARGET_ALIAS
19#undef TARGET_CPU
20#undef TARGET_CANONICAL
21#undef TARGET_OS
22#undef TARGET_VENDOR
23
24/* Some operating systems, for example DOS, require the use of "wb" mode when
25 opening a binary file for writing. If only "w" is used, the file will not
26 be correct. However, some other systems reject such a mode. This indicates
27 which ../include/fopen-*.h header file we want to include, so that we can
28 get macros that'll do the right thing for this system. */
29#undef WANT_FOPEN_BIN
30
31/* Sometimes the system header files don't declare malloc and realloc. */
bf111c9f 32#undef NEED_DECLARATION_MALLOC
b11fb939
KR
33
34/* Sometimes the system header files don't declare free. */
bf111c9f 35#undef NEED_DECLARATION_FREE
b11fb939
KR
36
37/* Sometimes errno.h doesn't declare errno itself. */
bf111c9f 38#undef NEED_DECLARATION_ERRNO
b11fb939
KR
39
40#undef MANY_SEGMENTS
41
42/* Needed only for sparc configuration */
43#undef sparcv9
This page took 0.027254 seconds and 4 git commands to generate.