From 2353f2997160bc82e70f116f67ec67cfeda56b38 Mon Sep 17 00:00:00 2001 From: Cody P Schafer Date: Tue, 18 Nov 2014 21:50:08 -0500 Subject: [PATCH] remove unused .json file (we generate these directly) --- .../files/arm-unknown-linux-gnueabihf.json | 26 ------------------- 1 file changed, 26 deletions(-) delete mode 100644 recipes/rust/files/arm-unknown-linux-gnueabihf.json diff --git a/recipes/rust/files/arm-unknown-linux-gnueabihf.json b/recipes/rust/files/arm-unknown-linux-gnueabihf.json deleted file mode 100644 index 0835533..0000000 --- a/recipes/rust/files/arm-unknown-linux-gnueabihf.json +++ /dev/null @@ -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" - ] -}