remove unused .json file (we generate these directly)

This commit is contained in:
Cody P Schafer
2014-11-18 21:50:08 -05:00
parent 29a61dfb39
commit 2353f29971
@@ -1,26 +0,0 @@
{
"data-layout": "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:64:128-a0:0:64-n32",
"llvm-target": "mipsallegrexel-unknown-psp-elf",
"target-endian": "little",
"target-word-size": "32",
"arch": "mips",
"os": "psp",
"cpu": "mips32",
"features": "+eabi,-mips32,-o32",
"morestack": false,
"no-compiler-rt": true,
"executables": true,
"linker": "psp-gcc",
"position_independant_executables": true,
"function-sections": false,
"relocation-model": "static",
"linker_is_gnu": true,
"pre-link-args": [
"-fPIC",
"-L/scratch/laden/local/pspsdk/psp/sdk/lib",
"-specs=/scratch/laden/local/pspsdk/psp/sdk/lib/prxspecs",
"-Wl,-q,-T/scratch/laden/local/pspsdk/psp/sdk/lib/linkfile.prx",
"/scratch/laden/local/pspsdk/psp/sdk/lib/prxexports.o",
"module.s"
]
}