mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-10-30 10:45:40 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			295 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			295 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| ifeq ($(subdir),io)
 | |
| sysdep_routines += pipe
 | |
| endif
 | |
| 
 | |
| ifeq ($(subdir),stdlib)
 | |
| gen-as-const-headers += ucontext_i.sym
 | |
| endif
 | |
| 
 | |
| ifeq ($(subdir),misc)
 | |
| gen-as-const-headers += sigaltstack-offsets.sym
 | |
| endif
 | |
| 
 | |
| ifeq ($(subdir),math)
 | |
| # The libm.so link can't find __fpscr_values
 | |
| libm.so-no-z-defs = yes
 | |
| endif
 |