1@c Copyright (C) 1992-2024 Free Software Foundation, Inc. 2@c This file is part of the documentation for the GAS manual 3 4@c Configuration settings for all-inclusive version of manual 5 6@c switches:------------------------------------------------------------ 7@c Properties of the manual 8@c ======================== 9@c Discuss all architectures? 10@set ALL-ARCH 11@c A generic form of manual (not tailored to specific target)? 12@set GENERIC 13@c Include text on assembler internals? 14@clear INTERNALS 15@c Many object formats supported in this config? 16@set MULTI-OBJ 17 18@c Object formats of interest 19@c ========================== 20@set AOUT 21@set COFF 22@set ELF 23@set SOM 24 25@c CPUs of interest 26@c ================ 27@set AARCH64 28@set ALPHA 29@set ARC 30@set ARM 31@set AVR 32@set Blackfin 33@set BPF 34@set CR16 35@set CRIS 36@set CSKY 37@set D10V 38@set D30V 39@set EPIPHANY 40@set H8/300 41@set HPPA 42@set I370 43@set I80386 44@set IA64 45@set IP2K 46@set KVX 47@set LM32 48@set M32C 49@set M32R 50@set M68HC11 51@set S12Z 52@set M680X0 53@set MCORE 54@set METAG 55@set MICROBLAZE 56@set MIPS 57@set MMIX 58@set MS1 59@set MSP430 60@set NIOSII 61@set NDS32 62@set NS32K 63@set OPENRISC 64@set PDP11 65@set PJ 66@set PPC 67@set PRU 68@set RL78 69@set RISCV 70@set RX 71@set S390 72@set SCORE 73@set SH 74@set SPARC 75@set TIC54X 76@set TIC6X 77@set TILEGX 78@set TILEPRO 79@set V850 80@set VAX 81@set VISIUM 82@set WASM32 83@set XGATE 84@set XSTORMY16 85@set XTENSA 86@set Z80 87@set Z8000 88 89@c Does this version of the assembler use the difference-table kludge? 90@set DIFF-TBL-KLUGE 91 92@c Do all machines described use IEEE floating point? 93@clear IEEEFLOAT 94 95@c Is a word 32 bits, or 16? 96@clear W32 97@set W16 98 99@c Do symbols have different characters than usual? 100@clear SPECIAL-SYMS 101 102@c strings:------------------------------------------------------------ 103@c Name of the assembler: 104@set AS as 105@c Name of C compiler: 106@set GCC gcc 107@c Name of linker: 108@set LD ld 109@c Text for target machine (best not used in generic case; but just in case...) 110@set TARGET machine specific 111@c Name of object format NOT SET in generic version 112@clear OBJ-NAME 113