mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
haveged: don't compile in mips16e mode
While a gcc was filed here https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77757 disable mips16e compilation in the mean time. Signed-off-by: André Draszik <git@andred.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
3e4a0e219e
commit
6ee4e5379e
@@ -28,3 +28,5 @@ do_install_append() {
|
||||
mkdir -p ${D}${systemd_unitdir}/system
|
||||
install -p -m644 ${B}/init.d/haveged.service ${D}${systemd_unitdir}/system
|
||||
}
|
||||
|
||||
MIPS_INSTRUCTION_SET = "mips"
|
||||
|
||||
Reference in New Issue
Block a user