diff options
| author | Charles.Forsyth <devnull@localhost> | 2009-04-01 22:54:06 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2009-04-01 22:54:06 +0000 |
| commit | 4eb166cf184c1f102fb79e31b1465ea3e2021c39 (patch) | |
| tree | 0e1bd8c059324d5cb99d625a67398e48a9ffce95 /mkfiles/mkfile-Linux-spim | |
| parent | a9b1d9c7f57ec21ff8be147f5c949966b966e519 (diff) | |
20090401-2350
Diffstat (limited to 'mkfiles/mkfile-Linux-spim')
| -rw-r--r-- | mkfiles/mkfile-Linux-spim | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/mkfiles/mkfile-Linux-spim b/mkfiles/mkfile-Linux-spim new file mode 100644 index 00000000..c68c798b --- /dev/null +++ b/mkfiles/mkfile-Linux-spim @@ -0,0 +1,29 @@ +TARGMODEL= Posix +TARGSHTYPE= sh +CPUS= spim + +O= o +OS= o + +AR= mipsel-linux-uclibc-ar +ARFLAGS= crvs + +AS= mipsel-linux-uclibc-gcc -c -mips32 +ASFLAGS= + +CC= mipsel-linux-uclibc-gcc -c -mips32 +CFLAGS= -g\ + -Os\ + -I$ROOT/Linux/spim/include\ + -I$ROOT/include\ + -I/usr/X11R6/include + +ANSICPP= +LD= mipsel-linux-uclibc-gcc +LDFLAGS= -L/usr/openwin/lib\ + -L/usr/X11R6/lib\ + +SYSLIBS= + +YACC= iyacc +YFLAGS= -d |
