changeset 39165:8c5e1d5c8e18

autoupdate
author Karl Berry <karl@freefriends.org>
date Fri, 24 Nov 2017 08:24:41 -0800
parents 4697a3c09405
children ca2d16f02c02
files build-aux/config.sub
diffstat 1 files changed, 14 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/build-aux/config.sub	Fri Nov 24 00:29:04 2017 -0800
+++ b/build-aux/config.sub	Fri Nov 24 08:24:41 2017 -0800
@@ -2,7 +2,7 @@
 # Configuration validation subroutine script.
 #   Copyright 1992-2017 Free Software Foundation, Inc.
 
-timestamp='2017-11-04'
+timestamp='2017-11-23'
 
 # 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
@@ -1546,6 +1546,19 @@
 	-dicos*)
 		os=-dicos
 		;;
+	-pikeos*)
+		# Until real need of OS specific support for
+		# particular features comes up, bare metal
+		# configurations are quite functional.
+		case $basic_machine in
+		    arm*)
+			os=-eabi
+			;;
+		    *)
+			os=-elf
+			;;
+		esac
+		;;
 	-nacl*)
 		;;
 	-ios)