Revision e2542fe2 configure

b/configure
1528 1528
  echo "STRIP_OPT=-s" >> $config_host_mak
1529 1529
fi
1530 1530
if test "$bigendian" = "yes" ; then
1531
  echo "WORDS_BIGENDIAN=yes" >> $config_host_mak
1532
  echo "#define WORDS_BIGENDIAN 1" >> $config_host_h
1531
  echo "HOST_WORDS_BIGENDIAN=y" >> $config_host_mak
1532
  echo "#define HOST_WORDS_BIGENDIAN 1" >> $config_host_h
1533 1533
fi
1534 1534
echo "#define HOST_LONG_BITS $hostlongbits" >> $config_host_h
1535 1535
if test "$mingw32" = "yes" ; then

Also available in: Unified diff