Discussion:
[ORLinux] linux-next: New build failures in Sep 25 tree
Geert Uytterhoeven
2014-09-26 06:30:57 UTC
Permalink
Hi G?nther,

[cc openrisc]
openrisc-defconfig
./arch/openrisc/include/asm/syscall.h:77:9: error: 'EM_OPENRISC' undeclared
That's not a new one. It's been failing for half or year or so.

If you only see it now, that means something else got fixed ;-)

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
Stefan Kristiansson
2014-09-26 07:59:00 UTC
Permalink
Post by Geert Uytterhoeven
Hi G?nther,
[cc openrisc]
openrisc-defconfig
./arch/openrisc/include/asm/syscall.h:77:9: error: 'EM_OPENRISC' undeclared
That's not a new one. It's been failing for half or year or so.
If you only see it now, that means something else got fixed ;-)
From what I can see, it's caused by
ce5d112827e5 ("ARCH: AUDIT: implement syscall_get_arch for all arches")
that got (re?)introduced two days ago.

To me it seems that the problem is that EM_OPENRISC is
missing in include/uapi/linux/elf-em.h, but if that's the case,
I think microblaze have the same problem with that patch applied.

Stefan

Loading...