Skip to content

Commit

Permalink
Enable building of libsanitizer on sparc linux
Browse files Browse the repository at this point in the history
libsanitizer/ChangeLog:

	* configure.tgt: Enable sparc linux.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193552 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
dodji committed Nov 16, 2012
1 parent d15bbcc commit d14d284
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions libsanitizer/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2012-11-16 Dodji Seketeli <dodji@redhat.com>

* configure.tgt: Enable build on sparc linux.

2012-11-15 H.J. Lu <hongjiu.lu@intel.com>

* configure.ac: Properly set MULTISUBDIR.
Expand Down
2 changes: 1 addition & 1 deletion libsanitizer/configure.tgt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d14d284

Please sign in to comment.