* Removed the last of the binary target stuff from lcc (hopefully)

This commit is contained in:
Tim Angus 2005-11-02 16:05:14 +00:00
parent 2d2df7682d
commit 2cc87dfc9d
57 changed files with 2 additions and 8264 deletions

View file

@ -1,22 +1,7 @@
#include "c.h"
extern Interface alphaIR;
extern Interface mipsebIR, mipselIR;
extern Interface sparcIR, solarisIR;
extern Interface x86IR, x86linuxIR;
extern Interface symbolicIR, symbolic64IR;
extern Interface nullIR;
extern Interface bytecodeIR;
Binding bindings[] = {
/*{ "alpha/osf", &alphaIR },*/
/*{ "mips/irix", &mipsebIR },*/
/*{ "mips/ultrix", &mipselIR },*/
/*{ "sparc/sun", &sparcIR },*/
/*{ "sparc/solaris", &solarisIR },*/
/*{ "x86/win32", &x86IR },*/
/*{ "x86/linux", &x86linuxIR },*/
{ "symbolic/osf", &symbolic64IR },
{ "symbolic/irix", &symbolicIR },
{ "symbolic", &symbolicIR },
{ "null", &nullIR },
{ "bytecode", &bytecodeIR },
{ NULL, NULL },