forked from Bananymous/banan-os
Toolchain: add em=gnu to gas. This allows using / in expressions
This commit is contained in:
parent
2191ca46bb
commit
845ed66e5e
|
@ -59,7 +59,7 @@ index 62f806bdfe..e05db38382 100644
|
|||
h8300-*-elf) fmt=elf ;;
|
||||
h8300-*-linux*) fmt=elf em=linux ;;
|
||||
|
||||
+ i386-*-banan_os*) fmt=elf ;;
|
||||
+ i386-*-banan_os*) fmt=elf em=gnu ;;
|
||||
i386-*-beospe*) fmt=coff em=pe ;;
|
||||
i386-*-beos*) fmt=elf ;;
|
||||
i386-*-elfiamcu) fmt=elf arch=iamcu ;;
|
||||
|
|
Loading…
Reference in New Issue