diff mbox

[1/4] Add Visium support to toplevel

Message ID 1618008.oYa4Suv75P@polaris
State New
Headers show

Commit Message

Eric Botcazou Dec. 12, 2014, 12:09 a.m. UTC
ChangeLog

2014-12-11  Eric Botcazou  <ebotcazou@adacore.com>

	* config.sub: Update from upstream config repo.
	* configure.ac: Add Visium support.
	* configure: Regenerate.

Comments

Jeff Law Dec. 22, 2014, 4:57 a.m. UTC | #1
On 12/11/14 17:09, Eric Botcazou wrote:
> ChangeLog
>
> 2014-12-11  Eric Botcazou  <ebotcazou@adacore.com>
>
> 	* config.sub: Update from upstream config repo.
> 	* configure.ac: Add Visium support.
> 	* configure: Regenerate.
OK when rest of bits are approved.

jeff
diff mbox

Patch

Index: config.sub
===================================================================
--- config.sub	(revision 218617)
+++ config.sub	(working copy)
@@ -2,7 +2,7 @@ 
 # Configuration validation subroutine script.
 #   Copyright 1992-2014 Free Software Foundation, Inc.
 
-timestamp='2014-09-26'
+timestamp='2014-12-03'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -313,6 +313,7 @@  case $basic_machine in
 	| tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \
 	| ubicom32 \
 	| v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \
+	| visium \
 	| we32k \
 	| x86 | xc16x | xstormy16 | xtensa \
 	| z8k | z80)
@@ -440,6 +441,7 @@  case $basic_machine in
 	| ubicom32-* \
 	| v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \
 	| vax-* \
+	| visium-* \
 	| we32k-* \
 	| x86-* | x86_64-* | xc16x-* | xps100-* \
 	| xstormy16-* | xtensa*-* \
Index: configure.ac
===================================================================
--- configure.ac	(revision 218617)
+++ configure.ac	(working copy)
@@ -669,6 +669,10 @@  case "${target}" in
     # for explicit misaligned loads.
     noconfigdirs="$noconfigdirs target-libssp"
     ;;
+  visium-*-*)
+    # No hosted I/O support.
+    noconfigdirs="$noconfigdirs target-libssp"
+    ;;
 esac
 
 # Disable libstdc++-v3 for some systems.