Got breakpad building again...
This commit is contained in:
		
							parent
							
								
									f7625094b5
								
							
						
					
					
						commit
						1be48c4e7f
					
				| @ -94,6 +94,8 @@ class SM: | |||||||
| 				if (self.vendor == 'gcc' and cxx.majorVersion >= 4 and cxx.minorVersion >= 3) or \ | 				if (self.vendor == 'gcc' and cxx.majorVersion >= 4 and cxx.minorVersion >= 3) or \ | ||||||
| 						(self.vendor == 'clang' and cxx.majorVersion >= 3): | 						(self.vendor == 'clang' and cxx.majorVersion >= 3): | ||||||
| 					self.compiler.AddToListVar('CXXFLAGS', '-Wno-delete-non-virtual-dtor') | 					self.compiler.AddToListVar('CXXFLAGS', '-Wno-delete-non-virtual-dtor') | ||||||
|  | 				if self.vendor == 'clang' and cxx.majorVersion >= 3: | ||||||
|  | 					self.compiler.AddToListVar('CXXFLAGS', '-Wno-implicit-exception-spec-mismatch') | ||||||
| 				self.compiler.AddToListVar('CDEFINES', 'HAVE_STDINT_H') | 				self.compiler.AddToListVar('CDEFINES', 'HAVE_STDINT_H') | ||||||
| 				self.compiler.AddToListVar('CDEFINES', 'GNUC') | 				self.compiler.AddToListVar('CDEFINES', 'GNUC') | ||||||
| 				if self.vendor == 'gcc': | 				if self.vendor == 'gcc': | ||||||
|  | |||||||
| @ -25,8 +25,4 @@ cd build | |||||||
| 
 | 
 | ||||||
| ../src/configure --enable-m32 | ../src/configure --enable-m32 | ||||||
| 
 | 
 | ||||||
| find /usr/include/ -type f -iname 'a.out.h' |  | ||||||
| 
 |  | ||||||
| cat config.log |  | ||||||
| 
 |  | ||||||
| make src/tools/linux/dump_syms/dump_syms | make src/tools/linux/dump_syms/dump_syms | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user