1*3d8817e4Smiod@c Copyright 1992, 1993, 1994, 1996, 1997, 1999, 2000, 2001, 2002, 2*3d8817e4Smiod@c 2003, 2005 3*3d8817e4Smiod@c Free Software Foundation, Inc. 4*3d8817e4Smiod@c This file is part of the documentation for the GAS manual 5*3d8817e4Smiod 6*3d8817e4Smiod@c Configuration settings for all-inclusive version of manual 7*3d8817e4Smiod 8*3d8817e4Smiod@c switches:------------------------------------------------------------ 9*3d8817e4Smiod@c Properties of the manual 10*3d8817e4Smiod@c ======================== 11*3d8817e4Smiod@c Discuss all architectures? 12*3d8817e4Smiod@set ALL-ARCH 13*3d8817e4Smiod@c A generic form of manual (not tailored to specific target)? 14*3d8817e4Smiod@set GENERIC 15*3d8817e4Smiod@c Include text on assembler internals? 16*3d8817e4Smiod@clear INTERNALS 17*3d8817e4Smiod@c Many object formats supported in this config? 18*3d8817e4Smiod@set MULTI-OBJ 19*3d8817e4Smiod 20*3d8817e4Smiod@c Object formats of interest 21*3d8817e4Smiod@c ========================== 22*3d8817e4Smiod@set AOUT 23*3d8817e4Smiod@set COFF 24*3d8817e4Smiod@set ELF 25*3d8817e4Smiod@set SOM 26*3d8817e4Smiod 27*3d8817e4Smiod@c CPUs of interest 28*3d8817e4Smiod@c ================ 29*3d8817e4Smiod@set ALPHA 30*3d8817e4Smiod@set ARC 31*3d8817e4Smiod@set ARM 32*3d8817e4Smiod@set BFIN 33*3d8817e4Smiod@set CRIS 34*3d8817e4Smiod@set D10V 35*3d8817e4Smiod@set D30V 36*3d8817e4Smiod@set H8/300 37*3d8817e4Smiod@set HPPA 38*3d8817e4Smiod@set I370 39*3d8817e4Smiod@set I80386 40*3d8817e4Smiod@set I860 41*3d8817e4Smiod@set I960 42*3d8817e4Smiod@set IA64 43*3d8817e4Smiod@set IP2K 44*3d8817e4Smiod@set M32C 45*3d8817e4Smiod@set M32R 46*3d8817e4Smiod@set xc16x 47*3d8817e4Smiod@set M68HC11 48*3d8817e4Smiod@set M680X0 49*3d8817e4Smiod@set MCORE 50*3d8817e4Smiod@set MIPS 51*3d8817e4Smiod@set MMIX 52*3d8817e4Smiod@set MS1 53*3d8817e4Smiod@set MSP430 54*3d8817e4Smiod@set PDP11 55*3d8817e4Smiod@set PJ 56*3d8817e4Smiod@set PPC 57*3d8817e4Smiod@set SH 58*3d8817e4Smiod@set SPARC 59*3d8817e4Smiod@set TIC54X 60*3d8817e4Smiod@set V850 61*3d8817e4Smiod@set VAX 62*3d8817e4Smiod@set XTENSA 63*3d8817e4Smiod@set Z80 64*3d8817e4Smiod@set Z8000 65*3d8817e4Smiod 66*3d8817e4Smiod@c Does this version of the assembler use the difference-table kluge? 67*3d8817e4Smiod@set DIFF-TBL-KLUGE 68*3d8817e4Smiod 69*3d8817e4Smiod@c Do all machines described use IEEE floating point? 70*3d8817e4Smiod@clear IEEEFLOAT 71*3d8817e4Smiod 72*3d8817e4Smiod@c Is a word 32 bits, or 16? 73*3d8817e4Smiod@clear W32 74*3d8817e4Smiod@set W16 75*3d8817e4Smiod 76*3d8817e4Smiod@c Do symbols have different characters than usual? 77*3d8817e4Smiod@clear SPECIAL-SYMS 78*3d8817e4Smiod 79*3d8817e4Smiod@c strings:------------------------------------------------------------ 80*3d8817e4Smiod@c Name of the assembler: 81*3d8817e4Smiod@set AS as 82*3d8817e4Smiod@c Name of C compiler: 83*3d8817e4Smiod@set GCC gcc 84*3d8817e4Smiod@c Name of linker: 85*3d8817e4Smiod@set LD ld 86*3d8817e4Smiod@c Text for target machine (best not used in generic case; but just in case...) 87*3d8817e4Smiod@set TARGET machine specific 88*3d8817e4Smiod@c Name of object format NOT SET in generic version 89*3d8817e4Smiod@clear OBJ-NAME 90*3d8817e4Smiod@set top_srcdir ../.././gas 91