Author: mseidel
Date: Thu Dec 28 23:32:40 2017
New Revision: 1819451
URL: http://svn.apache.org/viewvc?rev=1819451&view=rev
Log:
Updated to the latest version:
- config.guess: 2017-12-17
- config.sub: 2017-11-23
Modified:
openoffice/trunk/main/config.guess
openoffice/trunk/main/config.sub
Modified: openoffice/trunk/main/config.guess
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/config.guess?rev=1819451&r1=1819450&r2=1819451&view=diff
==============================================================================
--- openoffice/trunk/main/config.guess (original)
+++ openoffice/trunk/main/config.guess Thu Dec 28 23:32:40 2017
@@ -2,7 +2,7 @@
# Attempt to guess a canonical system name.
# Copyright 1992-2017 Free Software Foundation, Inc.
-timestamp='2017-11-07'
+timestamp='2017-12-17'
# 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
@@ -265,6 +265,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:$
*:Redox:*:*)
echo ${UNAME_MACHINE}-unknown-redox
exit ;;
+ mips:OSF1:*.*)
+ echo mips-dec-osf1
+ exit ;;
alpha:OSF1:*:*)
case $UNAME_RELEASE in
*4.0)
Modified: openoffice/trunk/main/config.sub
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/config.sub?rev=1819451&r1=1819450&r2=1819451&view=diff
==============================================================================
--- openoffice/trunk/main/config.sub (original)
+++ openoffice/trunk/main/config.sub Thu Dec 28 23:32:40 2017
@@ -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 @@ case $os in
-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)