comparison configure @ 32321:44f7f5dd379f

Remove -DARCH_X86_64 from YASMFLAGS, that define is already in config.asm
author reimar
date Wed, 29 Sep 2010 18:10:25 +0000
parents d7de0c0de45c
children dd8cc174b597
comparison
equal deleted inserted replaced
32320:d7de0c0de45c 32321:44f7f5dd379f
2701 else 2701 else
2702 objformat="elf" 2702 objformat="elf"
2703 fi 2703 fi
2704 # currently tested for Linux x86, x86_64 2704 # currently tested for Linux x86, x86_64
2705 YASMFLAGS="-f $objformat" 2705 YASMFLAGS="-f $objformat"
2706 x86_64 && YASMFLAGS="$YASMFLAGS -DARCH_X86_64 -m amd64" 2706 x86_64 && YASMFLAGS="$YASMFLAGS -m amd64"
2707 test "$pic" = "yes" && YASMFLAGS="$YASMFLAGS -DPIC" 2707 test "$pic" = "yes" && YASMFLAGS="$YASMFLAGS -DPIC"
2708 case "$objformat" in 2708 case "$objformat" in
2709 elf) test $_debug && YASMFLAGS="$YASMFLAGS -g dwarf2" ;; 2709 elf) test $_debug && YASMFLAGS="$YASMFLAGS -g dwarf2" ;;
2710 *) YASMFLAGS="$YASMFLAGS -DPREFIX" ;; 2710 *) YASMFLAGS="$YASMFLAGS -DPREFIX" ;;
2711 esac 2711 esac