gnu: arm-none-eabi-toolchain: Fix compilation.
* gnu/packages/embedded.scm (gcc-arm-none-eabi-7-2018-q2-update) [native-inputs]: Remove gcc-5. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
		
							parent
							
								
									076fd4e791
								
							
						
					
					
						commit
						840d7034ec
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		|  | @ -251,8 +251,7 @@ usable on embedded products.") | ||||||
|            (origin-patches (package-source gcc-7)) |            (origin-patches (package-source gcc-7)) | ||||||
|            (search-patches "gcc-7-cross-environment-variables.patch"))))) |            (search-patches "gcc-7-cross-environment-variables.patch"))))) | ||||||
|       (native-inputs |       (native-inputs | ||||||
|        `(("gcc@5" ,gcc-5) |        `(("flex" ,flex) | ||||||
|          ("flex" ,flex) |  | ||||||
|          ("isl" ,isl-0.18) |          ("isl" ,isl-0.18) | ||||||
|          ,@(alist-delete "isl" (package-native-inputs xgcc)))) |          ,@(alist-delete "isl" (package-native-inputs xgcc)))) | ||||||
|       (arguments |       (arguments | ||||||
|  |  | ||||||
		Reference in a new issue