compiler-explorer/compiler-explorer

[REQUEST] Add djgpp-gcc 9.2.0

開放

#1,854 建立於 2020年2月24日

 (4 則留言) (0 個反應) (0 位負責人)TypeScript (1,605 個分叉)batch import
help wantednew-compilersrequest

倉庫指標

星標
 (14,391 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

The Compiler Explorer now includes the djgpp target, which somehow I hadn't noticed before. First of all I think it's a bit pointless since the generated asm should be identical to other i386 targets, or even x86-64 with -m32. ia16-gcc would be much more interesting :)

Looking through the issue list I see this was requested in #844. A link was given to andrewwutw/build-djgpp which unfortunately hasn't been updated in a while. Please consider using my fork which is capable of building gcc 9.2.0 for djgpp: jwt27/build-gcc, or alternatively a more generic i386-elf with newlib.

貢獻者指南