From: Dodji Seketeli Date: Fri, 16 Nov 2012 08:11:03 +0000 (+0000) Subject: Enable building of libsanitizer on sparc linux X-Git-Tag: releases/gcc-4.8.0~1979 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f3754998dd0fc5ece39dbe467da1120e9d0c11b8;p=thirdparty%2Fgcc.git Enable building of libsanitizer on sparc linux libsanitizer/ChangeLog: * configure.tgt: Enable sparc linux. From-SVN: r193552 --- diff --git a/libsanitizer/ChangeLog b/libsanitizer/ChangeLog index 9b2420f0a68d..156aaebaf33c 100644 --- a/libsanitizer/ChangeLog +++ b/libsanitizer/ChangeLog @@ -1,3 +1,7 @@ +2012-11-16 Dodji Seketeli + + * configure.tgt: Enable build on sparc linux. + 2012-11-15 H.J. Lu * configure.ac: Properly set MULTISUBDIR. diff --git a/libsanitizer/configure.tgt b/libsanitizer/configure.tgt index ca7ac1fb141c..988312ec95f5 100644 --- a/libsanitizer/configure.tgt +++ b/libsanitizer/configure.tgt @@ -20,7 +20,7 @@ # Filter out unsupported systems. case "${target}" in - x86_64-*-linux* | i?86-*-linux*) + x86_64-*-linux* | i?86-*-linux* | sparc*-*-linux*) ;; *) UNSUPPORTED=1