1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-06 05:44:11 +01:00

- fixed gcc-4 compilation issues (Vladimir Nadvornik <nadvornik@suse.cz>)

- fixed amd64 compilation issues (Vladimir Nadvornik <nadvornik@suse.cz>)
This commit is contained in:
dan
2005-08-22 19:07:57 +00:00
parent d26f18505a
commit 91f5abc955
3 changed files with 44 additions and 25 deletions

View File

@@ -197,7 +197,7 @@ if test "$ac_cv_prog_gcc" = yes; then
AC_CACHE_CHECK(whether gcc supports x86 inline asm,
ac_cv_c_inline_asm,
[AC_TRY_LINK(,[{int x; asm volatile("movl %%eax, %%ebx\n"::
[AC_TRY_LINK(,[{int x; asm volatile("movl %%eax, %%ebx\n\t pushal\n\t popal"::
"m" (x),"m" (x),"m" (x),"m" (x),"m" (x),"m" (x),
"m" (x),"m" (x),"m" (x),"m" (x),"m" (x),"m" (x));}],
ac_cv_c_inline_asm=yes,