mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-10-30 10:45:40 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			266 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			266 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # Basically `-e start' is magical to the Sun linker.  You would think that
 | |
| # having start.o first would be enough, but you would be wrong.
 | |
| LDFLAGS := $(LDFLAGS) -Xlinker -e -Xlinker start
 | |
| 
 | |
| ifeq ($(subdir),signal)
 | |
| sysdep_routines := $(sysdep_routines) sigtramp
 | |
| endif
 |