|
@@ -422,7 +422,6 @@ AC_CACHE_CHECK(system machine, egg_cv_var_system_machine, egg_cv_var_system_mach
|
|
|
|
|
|
|
|
BUILDOS="$egg_cv_var_system_type"
|
|
BUILDOS="$egg_cv_var_system_type"
|
|
|
BUILDARCH="$egg_cv_var_system_machine"
|
|
BUILDARCH="$egg_cv_var_system_machine"
|
|
|
-USE_GENERIC_I486="yes"
|
|
|
|
|
|
|
|
|
|
case "$egg_cv_var_system_type" in
|
|
case "$egg_cv_var_system_type" in
|
|
|
BSD/OS)
|
|
BSD/OS)
|
|
@@ -471,7 +470,6 @@ case "$egg_cv_var_system_type" in
|
|
|
;;
|
|
;;
|
|
|
Darwin)
|
|
Darwin)
|
|
|
USE_STATIC="no"
|
|
USE_STATIC="no"
|
|
|
- USE_GENERIC_I486="no"
|
|
|
|
|
;;
|
|
;;
|
|
|
*BSD)
|
|
*BSD)
|
|
|
# FreeBSD/OpenBSD/NetBSD
|
|
# FreeBSD/OpenBSD/NetBSD
|
|
@@ -496,17 +494,6 @@ case "$egg_cv_var_system_type" in
|
|
|
;;
|
|
;;
|
|
|
esac
|
|
esac
|
|
|
|
|
|
|
|
-case "$egg_cv_var_system_machine" in
|
|
|
|
|
- i*)
|
|
|
|
|
- if test "$USE_GENERIC_I486" = "yes"; then
|
|
|
|
|
- CXX="$CXX -march=i486"
|
|
|
|
|
- BUILDARCH="i486"
|
|
|
|
|
- fi
|
|
|
|
|
- ;;
|
|
|
|
|
- *)
|
|
|
|
|
- ;;
|
|
|
|
|
-esac
|
|
|
|
|
-
|
|
|
|
|
AC_SUBST(BUILDOS)dnl
|
|
AC_SUBST(BUILDOS)dnl
|
|
|
AC_SUBST(BUILDARCH)dnl
|
|
AC_SUBST(BUILDARCH)dnl
|
|
|
])
|
|
])
|