Skip to content

Commit

Permalink
kernel: fix support for sparc64
Browse files Browse the repository at this point in the history
Thanks to Bill Allombert for reporting this and providing
an earlier version of this change
  • Loading branch information
fingolfin committed Feb 5, 2017
1 parent 20169c7 commit 4071337
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cnf/aclocal.m4
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ AC_DEFUN(GP_C_LONG_ALIGN,
case "$host" in
alpha* )
gp_cv_c_long_align=8;;
mips-* | sparc-* )
mips* | sparc* )
gp_cv_c_long_align=$ac_cv_sizeof_void_p;;
i586-* | i686-* )
gp_cv_c_long_align=2;;
Expand Down
2 changes: 1 addition & 1 deletion cnf/configure.out
Original file line number Diff line number Diff line change
Expand Up @@ -3459,7 +3459,7 @@ else
case "$host" in
alpha* )
gp_cv_c_long_align=8;;
mips-* | sparc-* )
mips* | sparc* )
gp_cv_c_long_align=$ac_cv_sizeof_void_p;;
i586-* | i686-* )
gp_cv_c_long_align=2;;
Expand Down

0 comments on commit 4071337

Please sign in to comment.