diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:05:27 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:05:27 -0800 |
commit | c7d035ae1a729232579a0fe41ed5affa131d3623 (patch) | |
tree | fb387f7c2a8e01cf603d4c75fbbaa68f711df986 /platform.txi | |
parent | deda2c0fd8689349fea2a900199a76ff7ecb319e (diff) | |
download | scm-c7d035ae1a729232579a0fe41ed5affa131d3623.tar.gz scm-c7d035ae1a729232579a0fe41ed5affa131d3623.zip |
Import Upstream version 5d9upstream/5d9
Diffstat (limited to 'platform.txi')
-rw-r--r-- | platform.txi | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/platform.txi b/platform.txi new file mode 100644 index 0000000..d7b3d13 --- /dev/null +++ b/platform.txi @@ -0,0 +1,47 @@ +Table: platform +name processor operating-system compiler +#f processor-family operating-system #f +symbol processor-family operating-system symbol +symbol symbol symbol symbol +================= ================= ================= ================= +*unknown* *unknown* unix cc +acorn-unixlib acorn *unknown* cc +aix powerpc aix cc +alpha-elf alpha unix cc +alpha-linux alpha linux gcc +amiga-aztec m68000 amiga cc +amiga-dice-c m68000 amiga dcc +amiga-gcc m68000 amiga gcc +amiga-sas m68000 amiga lc +atari-st-gcc m68000 atari.st gcc +atari-st-turbo-c m68000 atari.st tcc +borland-c i8086 ms-dos bcc +darwin powerpc unix cc +djgpp i386 ms-dos gcc +freebsd i386 unix cc +gcc *unknown* unix gcc +gnu-win32 i386 unix gcc +highc i386 ms-dos hc386 +hp-ux hp-risc hp-ux cc +irix mips irix gcc +linux i386 linux gcc +linux-aout i386 linux gcc +microsoft-c i8086 ms-dos cl +microsoft-c-nt i386 ms-dos cl +microsoft-quick-c i8086 ms-dos qcl +ms-dos i8086 ms-dos cc +netbsd *unknown* unix gcc +openbsd *unknown* unix gcc +os/2-cset i386 os/2 icc +os/2-emx i386 os/2 gcc +osf1 alpha unix cc +plan9-8 i386 plan9 8c +sunos sparc sunos cc +svr4 *unknown* unix cc +svr4-gcc-sun-ld sparc sunos gcc +turbo-c i8086 ms-dos tcc +unicos cray unicos cc +unix *unknown* unix cc +vms vax vms cc +vms-gcc vax vms gcc +watcom-9.0 i386 ms-dos wcc386p |