mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Build: Enable ASM on DJGPP by default.
This commit is contained in:
parent
4a42aaee28
commit
9311774c49
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ if test "x$enable_assembler" = xyes; then
|
|||
case $host_os in
|
||||
# Darwin should work too but only if not creating universal
|
||||
# binaries. Solaris x86 could work too but I cannot test.
|
||||
linux* | *bsd* | mingw* | cygwin*)
|
||||
linux* | *bsd* | mingw* | cygwin* | *djgpp*)
|
||||
case $host_cpu in
|
||||
i?86) enable_assembler=x86 ;;
|
||||
x86_64) enable_assembler=x86_64 ;;
|
||||
|
|
Loading…
Reference in a new issue