diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-04-23 13:08:48 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-04-23 19:29:25 +0200 |
commit | e6994d7e3f3f4a69f984c9e67df27abe1bc07c1c (patch) | |
tree | 42d7343beb810d0ec2e940877f1de0ca78681f32 /gnu/local.mk | |
parent | 01d7fc9d566b456e343cc93dae23f0faa8f15f49 (diff) | |
download | guix-e6994d7e3f3f4a69f984c9e67df27abe1bc07c1c.tar.gz |
gnu: gcc-arm-none-eabi-4.9: Fix incompatible redeclaration.
* gnu/packages/patches/gcc-4.9-inline.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/embedded.scm (gcc-arm-none-eabi-4.9)[source]: Use it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index a2b7defe30..27df8f00ee 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1155,6 +1155,7 @@ dist_patch_DATA = \ %D%/packages/patches/gcc-cross-gxx-include-dir.patch \ %D%/packages/patches/gcc-fix-texi2pod.patch \ %D%/packages/patches/gcc-4.8-libsanitizer-fix.patch \ + %D%/packages/patches/gcc-4.9-inline.patch \ %D%/packages/patches/gcc-4.9-libsanitizer-fix.patch \ %D%/packages/patches/gcc-4.9-libsanitizer-ustat.patch \ %D%/packages/patches/gcc-libsanitizer-ustat.patch \ |