Apply the same fix in r274697 to the ARM case.

This commit is contained in:
Andrew Turner 2014-12-06 12:03:09 +00:00
parent 17fea8f6b7
commit f9307cced7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=275565

View File

@ -377,7 +377,9 @@ extern "C" {
/*
* Define the appropriate "implementation choices".
*/
#if !defined(_ILP32)
#define _ILP32
#endif
#if !defined(_I32LPx) && defined(_KERNEL)
#define _I32LPx
#endif