* conf/sparc64-ieee1275.rmk (kernel_img_LDFLAGS): Link with
static libgcc. * configure.ac: Check for __bswapsi2 and __bswapdi2 presence. * include/grub/sparc64/libgcc.h (__bswapsi2): Export libgcc function, if present. (__bswapdi2): Likewise.
This commit is contained in:
parent
450e22389f
commit
a3f7515a6e
5 changed files with 26 additions and 3 deletions
4
configure
vendored
4
configure
vendored
|
@ -5813,7 +5813,9 @@ fi
|
|||
|
||||
|
||||
|
||||
for ac_func in posix_memalign memalign asprintf
|
||||
|
||||
|
||||
for ac_func in posix_memalign memalign asprintf __bswapsi2 __bswapdi2
|
||||
do
|
||||
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
|
||||
{ echo "$as_me:$LINENO: checking for $ac_func" >&5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue