]> Git Repo - binutils.git/blob - gas/acconfig.h
Conversion to autoconf:
[binutils.git] / gas / acconfig.h
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.  */
32 #undef NEED_MALLOC_DECLARATION
33
34 /* Sometimes the system header files don't declare free.  */
35 #undef NEED_FREE_DECLARATION
36
37 /* Sometimes errno.h doesn't declare errno itself.  */
38 #undef NEED_ERRNO_DECLARATION
39
40 #undef MANY_SEGMENTS
41
42 /* Needed only for sparc configuration */
43 #undef sparcv9
This page took 0.025812 seconds and 4 git commands to generate.