# HG changeset patch # User reimar # Date 1285783825 0 # Node ID 44f7f5dd379f24f9aca2be36a6b8f3fe1c431f90 # Parent d7de0c0de45c79a8145fae41a1a83971bc9fb7e3 Remove -DARCH_X86_64 from YASMFLAGS, that define is already in config.asm diff -r d7de0c0de45c -r 44f7f5dd379f configure --- a/configure Wed Sep 29 18:05:27 2010 +0000 +++ b/configure Wed Sep 29 18:10:25 2010 +0000 @@ -2703,7 +2703,7 @@ fi # currently tested for Linux x86, x86_64 YASMFLAGS="-f $objformat" - x86_64 && YASMFLAGS="$YASMFLAGS -DARCH_X86_64 -m amd64" + x86_64 && YASMFLAGS="$YASMFLAGS -m amd64" test "$pic" = "yes" && YASMFLAGS="$YASMFLAGS -DPIC" case "$objformat" in elf) test $_debug && YASMFLAGS="$YASMFLAGS -g dwarf2" ;;