Use target-specific folder for relibc source for freestanding build
This commit is contained in:
		
							parent
							
								
									37b1e1fcfa
								
							
						
					
					
						commit
						f9823473e2
					
				
					 4 changed files with 4 additions and 4 deletions
				
			
		
							
								
								
									
										2
									
								
								.gitmodules
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.gitmodules
									
										
									
									
										vendored
									
									
								
							|  | @ -9,7 +9,7 @@ | |||
| [submodule "rust"] | ||||
| 	path = rust | ||||
| 	url = https://gitlab.redox-os.org/redox-os/rust.git | ||||
| 	branch = redox-2023-09-07 | ||||
| 	branch = redox-2024-05-11 | ||||
| 	update = none | ||||
| [submodule "redoxfs"] | ||||
| 	path = redoxfs | ||||
|  |  | |||
|  | @ -185,7 +185,7 @@ else | |||
| 	mv "$@.partial" "$@" | ||||
| endif | ||||
| 
 | ||||
| $(PREFIX)/relibc-freestanding-install: $(ROOT)/relibc | $(PREFIX_BASE_INSTALL) $(PREFIX_FREESTANDING_INSTALL) $(CONTAINER_TAG) | ||||
| $(PREFIX)/relibc-freestanding-install: $(PREFIX)/relibc | $(PREFIX_BASE_INSTALL) $(PREFIX_FREESTANDING_INSTALL) $(CONTAINER_TAG) | ||||
| ifeq ($(PODMAN_BUILD),1) | ||||
| 	$(PODMAN_RUN) $(MAKE) $@ | ||||
| else | ||||
|  |  | |||
							
								
								
									
										2
									
								
								rust
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								rust
									
										
									
									
									
								
							|  | @ -1 +1 @@ | |||
| Subproject commit e9ed31b0540da8c7eae71de353a741294139ae8b | ||||
| Subproject commit baab3498eb8cfe762e7d3009467cf70069871aba | ||||
|  | @ -1,3 +1,3 @@ | |||
| [toolchain] | ||||
| channel = "nightly-2023-09-07" | ||||
| channel = "nightly-2024-05-11" | ||||
| components = ["rust-src"] | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Jeremy Soller
						Jeremy Soller