compilation, to be independent of broken or missing OS/distribution tool chains. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4681 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
		
			
				
	
	
		
			11 lines
		
	
	
		
			412 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			412 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- binutils-2.19.1/gas/config/tc-i386.c~	2009-01-20 14:19:04.000000000 +0100
 | |
| +++ binutils-2.19.1/gas/config/tc-i386.c	2009-01-20 14:20:47.000000000 +0100
 | |
| @@ -318,6 +318,7 @@
 | |
|  	 && !defined (TE_GNU)				\
 | |
|  	 && !defined (TE_LINUX)				\
 | |
|   	 && !defined (TE_NETWARE)			\
 | |
| +	 && 0						\
 | |
|  	 && !defined (TE_FreeBSD)			\
 | |
|  	 && !defined (TE_NetBSD)))
 | |
|  /* This array holds the chars that always start a comment.  If the
 |