From 2bf1366ca64a22d29bac1c29b099e135d656dd9b Mon Sep 17 00:00:00 2001 From: Daniel Sanders Date: Thu, 10 Jul 2014 14:40:57 +0000 Subject: [mips][mips64r6] Add support for mips-img-linux-gnu GCC toolchains Summary: * Support the multilib layout used by the mips-img-linux-gnu * Recognize mips{,64}{,el}-img-linux-gnu as being aliases of mips-img-linux-gnu * Use the correct dynamic linker for mips-img-linux-gnu * Make mips32r6/mips64r6 the default CPU for mips-img-linux-gnu Subscribers: mpf Differential Revision: http://reviews.llvm.org/D4436 llvm-svn: 212719 --- clang/test/Driver/Inputs/mips_img_tree/sysroot/el/usr/bin/.keep | 0 clang/test/Driver/Inputs/mips_img_tree/sysroot/el/usr/lib/crt1.o | 0 clang/test/Driver/Inputs/mips_img_tree/sysroot/el/usr/lib/crti.o | 0 clang/test/Driver/Inputs/mips_img_tree/sysroot/el/usr/lib/crtn.o | 0 clang/test/Driver/Inputs/mips_img_tree/sysroot/el/usr/sbin/.keep | 0 5 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 clang/test/Driver/Inputs/mips_img_tree/sysroot/el/usr/bin/.keep create mode 100644 clang/test/Driver/Inputs/mips_img_tree/sysroot/el/usr/lib/crt1.o create mode 100644 clang/test/Driver/Inputs/mips_img_tree/sysroot/el/usr/lib/crti.o create mode 100644 clang/test/Driver/Inputs/mips_img_tree/sysroot/el/usr/lib/crtn.o create mode 100644 clang/test/Driver/Inputs/mips_img_tree/sysroot/el/usr/sbin/.keep (limited to 'clang/test/Driver/Inputs/mips_img_tree/sysroot/el') diff --git a/clang/test/Driver/Inputs/mips_img_tree/sysroot/el/usr/bin/.keep b/clang/test/Driver/Inputs/mips_img_tree/sysroot/el/usr/bin/.keep new file mode 100644 index 00000000000..e69de29bb2d diff --git a/clang/test/Driver/Inputs/mips_img_tree/sysroot/el/usr/lib/crt1.o b/clang/test/Driver/Inputs/mips_img_tree/sysroot/el/usr/lib/crt1.o new file mode 100644 index 00000000000..e69de29bb2d diff --git a/clang/test/Driver/Inputs/mips_img_tree/sysroot/el/usr/lib/crti.o b/clang/test/Driver/Inputs/mips_img_tree/sysroot/el/usr/lib/crti.o new file mode 100644 index 00000000000..e69de29bb2d diff --git a/clang/test/Driver/Inputs/mips_img_tree/sysroot/el/usr/lib/crtn.o b/clang/test/Driver/Inputs/mips_img_tree/sysroot/el/usr/lib/crtn.o new file mode 100644 index 00000000000..e69de29bb2d diff --git a/clang/test/Driver/Inputs/mips_img_tree/sysroot/el/usr/sbin/.keep b/clang/test/Driver/Inputs/mips_img_tree/sysroot/el/usr/sbin/.keep new file mode 100644 index 00000000000..e69de29bb2d -- cgit v1.2.3