mirror of git://gcc.gnu.org/git/gcc.git
				
				
				
			
		
			
				
	
	
		
			9 lines
		
	
	
		
			430 B
		
	
	
	
		
			Makefile
		
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			430 B
		
	
	
	
		
			Makefile
		
	
	
	
| # This option enables -fsanitize=undefined for stage2 and stage3.
 | |
| 
 | |
| STAGE2_CFLAGS += -fsanitize=undefined -DUBSAN_BOOTSTRAP
 | |
| STAGE3_CFLAGS += -fsanitize=undefined -DUBSAN_BOOTSTRAP
 | |
| POSTSTAGE1_LDFLAGS += -fsanitize=undefined -static-libubsan -DUBSAN_BOOTSTRAP \
 | |
| 		      -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/ \
 | |
| 		      -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/ubsan/ \
 | |
| 		      -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/ubsan/.libs
 |