You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							38 lines
						
					
					
						
							1.5 KiB
						
					
					
				
			
		
		
	
	
							38 lines
						
					
					
						
							1.5 KiB
						
					
					
				# --- T2-COPYRIGHT-NOTE-BEGIN --- | 
						|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. | 
						|
#  | 
						|
# T2 SDE: package/.../gcc/powerpc64-nonofp.patch | 
						|
# Copyright (C) 2005 - 2006 The T2 SDE Project | 
						|
#  | 
						|
# More information can be found in the files COPYING and README. | 
						|
#  | 
						|
# This patch file is dual-licensed. It is available under the license the | 
						|
# patched project is licensed under, as long as it is an OpenSource license | 
						|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms | 
						|
# of the GNU General Public License as published by the Free Software | 
						|
# Foundation; either version 2 of the License, or (at your option) any later | 
						|
# version. | 
						|
# --- T2-COPYRIGHT-NOTE-END --- | 
						|
 | 
						|
--- gcc-4.0.2/gcc/config/rs6000/t-linux64.vanilla	2005-12-22 08:50:38.000000000 +0000 | 
						|
+++ gcc-4.0.2/gcc/config/rs6000/t-linux64	2005-12-22 08:51:17.000000000 +0000 | 
						|
@@ -8,13 +8,13 @@ | 
						|
  | 
						|
 SHLIB_MAPFILES += $(srcdir)/config/rs6000/libgcc-ppc64.ver | 
						|
  | 
						|
-MULTILIB_OPTIONS        = m64/m32 msoft-float | 
						|
-MULTILIB_DIRNAMES       = 64 32 nof | 
						|
+MULTILIB_OPTIONS        = m64/m32 | 
						|
+MULTILIB_DIRNAMES       = 64 32 | 
						|
 MULTILIB_EXTRA_OPTS     = fPIC mstrict-align | 
						|
-MULTILIB_EXCEPTIONS     = m64/msoft-float | 
						|
-MULTILIB_EXCLUSIONS     = m64/!m32/msoft-float | 
						|
+MULTILIB_EXCEPTIONS     =  | 
						|
+MULTILIB_EXCLUSIONS     =  | 
						|
-MULTILIB_OSDIRNAMES	= ../lib64 ../lib nof | 
						|
-MULTILIB_MATCHES        = $(MULTILIB_MATCHES_FLOAT) | 
						|
+MULTILIB_OSDIRNAMES    = ../lib64 ../lib | 
						|
+MULTILIB_MATCHES        =  | 
						|
  | 
						|
 # We want fine grained libraries, so use the new code to build the | 
						|
 # floating point emulation libraries.
 | 
						|
 |