]> granicus.if.org Git - strace/commit
mips: fix build regression
authorMike Frysinger <vapier@gentoo.org>
Tue, 7 May 2013 14:50:20 +0000 (10:50 -0400)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 7 May 2013 14:59:44 +0000 (14:59 +0000)
commit3883ab84388efe01962e4164911508af24d3f2f5
treeec566b88ffb11e5277ecaddcbc18647dcaeba1ea
parentf6c246f224d65f9b14f536f28d5024cc9e3fee02
mips: fix build regression

The recent commit (2690fadc8b35190dddd29274a7405bac13adc469) shuffled
the mips headers around causing it to check the ABI defines before it
included the header which set those up.  Now all mips builds fail with:
In file included from count.c:36:0:
defs.h:48:4: error: #error Unsupported _MIPS_SIM

* defs.h [MIPS]: Move sgidefs.h above _MIPS_SIM check.
defs.h