patch-platforms_unix_config_configure 1006 B

1234567891011121314151617181920212223242526
  1. $OpenBSD: patch-platforms_unix_config_configure,v 1.1 2013/12/30 12:14:55 landry Exp $
  2. fix build on alpha
  3. --- platforms/unix/config/configure.orig Thu Apr 10 15:48:48 2008
  4. +++ platforms/unix/config/configure Mon Dec 30 04:20:56 2013
  5. @@ -26202,20 +26202,6 @@ cat >>confdefs.h <<_ACEOF
  6. #define VM_MODULE_PREFIX "$mkfrags_lib_prefix"
  7. _ACEOF
  8. -test "$ac_cv_module_prefix" = lib && mkfrags_lib_prefix=lib
  9. -{ echo "$as_me:$LINENO: checking for compiler flags to force 32-bit addresses" >&5
  10. -echo $ECHO_N "checking for compiler flags to force 32-bit addresses... $ECHO_C" >&6; }
  11. -case $host in
  12. - alpha*)
  13. - CFLAGS_32="-taso"
  14. - test "$GCC" = "yes" && CC="\$(utldir)/decgcc"
  15. - ;;
  16. -esac
  17. -{ echo "$as_me:$LINENO: result: $CFLAGS_32" >&5
  18. -echo "${ECHO_T}$CFLAGS_32" >&6; }
  19. -
  20. -CFLAGS="$CFLAGS_32 $CFLAGS"
  21. -
  22. { echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
  23. echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6; }
  24. if test "${ac_cv_c_bigendian+set}" = set; then