xref: /OK3568_Linux_fs/buildroot/package/gcc/arc-2020.09-release/0100-uclibc-conf.patch (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1From 326b880b20e5f8187dbda736b4c4c662cbfb00ca Mon Sep 17 00:00:00 2001
2From: Romain Naour <romain.naour@gmail.com>
3Date: Tue, 2 May 2017 22:36:15 +0200
4Subject: [PATCH] uclibc-conf
5
6[Romain: convert to git patch]
7Signed-off-by: Romain Naour <romain.naour@gmail.com>
8---
9 contrib/regression/objs-gcc.sh | 4 ++++
10 1 file changed, 4 insertions(+)
11
12diff --git a/contrib/regression/objs-gcc.sh b/contrib/regression/objs-gcc.sh
13index 60b0497..6dc7ead 100755
14--- a/contrib/regression/objs-gcc.sh
15+++ b/contrib/regression/objs-gcc.sh
16@@ -106,6 +106,10 @@ if [ $H_REAL_TARGET = $H_REAL_HOST -a $H_REAL_TARGET = i686-pc-linux-gnu ]
17  then
18   make all-gdb all-dejagnu all-ld || exit 1
19   make install-gdb install-dejagnu install-ld || exit 1
20+elif [ $H_REAL_TARGET = $H_REAL_HOST -a $H_REAL_TARGET = i686-pc-linux-uclibc ]
21+ then
22+  make all-gdb all-dejagnu all-ld || exit 1
23+  make install-gdb install-dejagnu install-ld || exit 1
24 elif [ $H_REAL_TARGET = $H_REAL_HOST ] ; then
25   make bootstrap || exit 1
26   make install || exit 1
27--
282.9.3
29
30