mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-10-31 05:12:33 +01:00 
			
		
		
		
	Fix hard-coded cross-arch utility name in the BUILD build system module.
This commit is contained in:
		
							parent
							
								
									6655815b32
								
							
						
					
					
						commit
						8b985b44b5
					
				| @ -209,7 +209,7 @@ size: $(TARGET).elf | |||||||
| 
 | 
 | ||||||
| symbol-sizes: $(TARGET).elf | symbol-sizes: $(TARGET).elf | ||||||
| 	@echo $(MSG_NM_CMD) Extracting \"$<\" symbols with decimal byte sizes | 	@echo $(MSG_NM_CMD) Extracting \"$<\" symbols with decimal byte sizes | ||||||
| 	avr-nm --size-sort --demangle --radix=d $< | 	$(CROSS)-nm --size-sort --demangle --radix=d $< | ||||||
| 
 | 
 | ||||||
| clean: | clean: | ||||||
| 	@echo $(MSG_REMOVE_CMD) Removing object files of \"$(TARGET)\" | 	@echo $(MSG_REMOVE_CMD) Removing object files of \"$(TARGET)\" | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Dean Camera
						Dean Camera