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" - ] -}