Skip to content

Commit

Permalink
src/meta-openembedded:uim: Add patch to fix -fno-common link error
Browse files Browse the repository at this point in the history
This is unearthed by gcc10 like below

| /mnt/b/yoe/master/build/tmp/hosttools/ld: .libs/gcroots.o:(.bss+0x0): multiple definition of `GCROOTS_jmp_buf'; .libs/mark.o:(.bss+0x0): first defined here
| /mnt/b/yoe/master/build/tmp/hosttools/ld: .libs/mach_dep.o:(.bss+0x0): multiple definition of `GCROOTS_jmp_buf'; .libs/mark.o:(.bss+0x0): first defined here
| collect2: error: ld returned 1 exit status

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed May 16, 2020
1 parent 2a70812 commit 3acc8ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meta-openembedded
Submodule meta-openembedded updated from d04f3a to 5c6f67

0 comments on commit 3acc8ec

Please sign in to comment.