From 3bc2bb0461b1b40466821daf0061eab769621eab Mon Sep 17 00:00:00 2001 From: lloyd Date: Tue, 13 Oct 2009 16:01:51 +0000 Subject: Rename all of the build-data files with a .txt extension, and filter for such in configure.py. Paul Clark reported on the list having problems with it otherwise because of CVS droppings being picked up and subsequently errored on when parsing them as build info files (of course) failed. --- src/build-data/arch/mips32.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/build-data/arch/mips32.txt (limited to 'src/build-data/arch/mips32.txt') diff --git a/src/build-data/arch/mips32.txt b/src/build-data/arch/mips32.txt new file mode 100644 index 000000000..9846c8fb2 --- /dev/null +++ b/src/build-data/arch/mips32.txt @@ -0,0 +1,22 @@ +realname "MIPS" + +default_submodel r3000 + + +mips +mipsel # For Debian + + + +r3000 +r6000 + + + +r3k -> r3000 +r6k -> r6000 + +# These are for RPM +mipsbe -> r3000 +mipsle -> r3000 + -- cgit v1.2.3