vm/Config.openbsd: pass in -fno-inline-functions to work around apparent gcc bug
							parent
							
								
									7a00f24d6b
								
							
						
					
					
						commit
						251ebb7f91
					
				| 
						 | 
				
			
			@ -2,5 +2,6 @@ include vm/Config.unix
 | 
			
		|||
PLAF_DLL_OBJS += vm/os-genunix.o vm/os-openbsd.o
 | 
			
		||||
CC = egcc
 | 
			
		||||
CPP = eg++
 | 
			
		||||
CFLAGS += -export-dynamic
 | 
			
		||||
# -fno-inline-functions works around a gcc 4.2.0 bug
 | 
			
		||||
CFLAGS += -export-dynamic -fno-inline-functions
 | 
			
		||||
LIBS = -L/usr/local/lib/ -lm $(X11_UI_LIBS) -lz -lssl -lcrypto -lpthread
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue