# | Line 251 | Line 251 | if [[ "x$HAVE_GCC27" = "xyes" -a "x$HAVE | |
---|---|---|
251 | if [[ "x$HAVE_GAS" = "xyes" ]]; then | |
252 | WANT_X86_ASSEMBLY=yes | |
253 | DEFINES="$DEFINES -DX86_ASSEMBLY" | |
254 | < | CPUSRCS="cpufast1.s cpufast2.s cpufast3.s cpufast4.s cpufast5.s cpufast6.s cpufast7.s cpufast8.s" |
254 | > | CPUSRCS="../uae_cpu/compiler.cpp cpufast1.s cpufast2.s cpufast3.s cpufast4.s cpufast5.s cpufast6.s cpufast7.s cpufast8.s" |
255 | fi | |
256 | elif [[ "x$HAVE_GCC27" = "xyes" -a "x$HAVE_SPARC" = "xyes" -a "x$HAVE_GAS" = "xyes" ]]; then | |
257 | dnl SPARC CPU |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |