Linuxes all build. --HG-- branch : dtrg-buildsystem rename : modules/src/em_mes/build.mk => modules/src/read_em/build.mk rename : plat/pc86/build.mk => plat/linux386/build.mk rename : plat/pc86/build.mk => plat/linux68k/build.mk rename : plat/pc86/build.mk => plat/linuxppc/build.mk rename : util/ack/build.mk => util/misc/build.mk
		
			
				
	
	
		
			33 lines
		
	
	
	
		
			775 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
	
		
			775 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /* $Id$ */
 | |
| /*
 | |
|  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
 | |
|  * See the copyright notice in the ACK home directory, in the file "Copyright".
 | |
|  */
 | |
| /*
 | |
|  * Motorola 68020 options
 | |
|  */
 | |
| 
 | |
| #define	THREE_PASS		/* branch and offset optimization */
 | |
| #define	BYTES_REVERSED		/* high order byte has lowest address */
 | |
| #define	WORDS_REVERSED		/* high order word has lowest address */
 | |
| /*#define	LISTING	*/		/* enable listing facilities */
 | |
| #define RELOCATION		/* generate relocatable code */
 | |
| #define DEBUG 0
 | |
| 
 | |
| #undef	valu_t
 | |
| #define	valu_t		long
 | |
| #undef	ADDR_T
 | |
| #define	ADDR_T		long
 | |
| 
 | |
| #undef	ASC_LPAR
 | |
| #define	ASC_LPAR	'{'
 | |
| #undef	ASC_RPAR
 | |
| #define	ASC_RPAR	'}'
 | |
| 
 | |
| #undef	ALIGNWORD
 | |
| #define	ALIGNWORD	2
 | |
| #undef	ALIGNSECT
 | |
| #define	ALIGNSECT	2
 | |
| 
 | |
| #undef	VALWIDTH
 | |
| #define	VALWIDTH	8
 |