mirror of
				https://github.com/Telecominfraproject/OpenNetworkLinux.git
				synced 2025-11-04 04:08:18 +00:00 
			
		
		
		
	Add stretch build options.
This commit is contained in:
		
							
								
								
									
										1
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								Makefile
									
									
									
									
									
								
							@@ -26,6 +26,7 @@ $(foreach a,$(ALL_ARCHES),$(eval $(call build_arch_template,$(a))))
 | 
				
			|||||||
# Available build architectures based on the current suite
 | 
					# Available build architectures based on the current suite
 | 
				
			||||||
BUILD_ARCHES_wheezy := amd64 powerpc
 | 
					BUILD_ARCHES_wheezy := amd64 powerpc
 | 
				
			||||||
BUILD_ARCHES_jessie := $(ALL_ARCHES)
 | 
					BUILD_ARCHES_jessie := $(ALL_ARCHES)
 | 
				
			||||||
 | 
					BUILD_ARCHES_stretch := amd64
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Build available architectures by default.
 | 
					# Build available architectures by default.
 | 
				
			||||||
.DEFAULT_GOAL := all
 | 
					.DEFAULT_GOAL := all
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user