You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emulation/dosemu/files/dosemu-1.4.1_pre20130107-as...

13 lines
421 B

--- a/configure.ac
+++ b/configure.ac
@@ -503,8 +503,7 @@ dnl CPU emulator
AC_MSG_NOTICE(Compiling for native x86...);
fi
-
-if ! echo '.code16;.text;addr32 pushw 4(%esp)' | as -o dummy.o >/dev/null 2>&1; then
+if ! echo '.code16;.text;addr32 pushw 4(%esp)' | $CC -c -x assembler -o dummy.o - >/dev/null 2>&1; then
echo ''
echo '*** error:'
echo '*** Your system has no complete code16 functional gas,'