diff options
-rwxr-xr-x | Build/source/build-aux/config.sub | 5 | ||||
-rwxr-xr-x | Build/source/libs/freetype2/freetype-2.5.5/builds/unix/config.sub | 5 | ||||
-rwxr-xr-x | Build/source/libs/icu/icu-54.1/source/config.sub | 5 | ||||
-rw-r--r-- | Build/source/utils/asymptote/config.sub | 5 |
4 files changed, 16 insertions, 4 deletions
diff --git a/Build/source/build-aux/config.sub b/Build/source/build-aux/config.sub index 60e3590b473..8f1229c6f7d 100755 --- a/Build/source/build-aux/config.sub +++ b/Build/source/build-aux/config.sub @@ -2,7 +2,7 @@ # Configuration validation subroutine script. # Copyright 1992-2015 Free Software Foundation, Inc. -timestamp='2015-03-06' +timestamp='2015-03-08' # 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 @@ -518,6 +518,9 @@ case $basic_machine in basic_machine=i386-pc os=-aros ;; + asmjs) + basic_machine=asmjs-unknown + ;; aux) basic_machine=m68k-apple os=-aux diff --git a/Build/source/libs/freetype2/freetype-2.5.5/builds/unix/config.sub b/Build/source/libs/freetype2/freetype-2.5.5/builds/unix/config.sub index 60e3590b473..8f1229c6f7d 100755 --- a/Build/source/libs/freetype2/freetype-2.5.5/builds/unix/config.sub +++ b/Build/source/libs/freetype2/freetype-2.5.5/builds/unix/config.sub @@ -2,7 +2,7 @@ # Configuration validation subroutine script. # Copyright 1992-2015 Free Software Foundation, Inc. -timestamp='2015-03-06' +timestamp='2015-03-08' # 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 @@ -518,6 +518,9 @@ case $basic_machine in basic_machine=i386-pc os=-aros ;; + asmjs) + basic_machine=asmjs-unknown + ;; aux) basic_machine=m68k-apple os=-aux diff --git a/Build/source/libs/icu/icu-54.1/source/config.sub b/Build/source/libs/icu/icu-54.1/source/config.sub index 60e3590b473..8f1229c6f7d 100755 --- a/Build/source/libs/icu/icu-54.1/source/config.sub +++ b/Build/source/libs/icu/icu-54.1/source/config.sub @@ -2,7 +2,7 @@ # Configuration validation subroutine script. # Copyright 1992-2015 Free Software Foundation, Inc. -timestamp='2015-03-06' +timestamp='2015-03-08' # 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 @@ -518,6 +518,9 @@ case $basic_machine in basic_machine=i386-pc os=-aros ;; + asmjs) + basic_machine=asmjs-unknown + ;; aux) basic_machine=m68k-apple os=-aux diff --git a/Build/source/utils/asymptote/config.sub b/Build/source/utils/asymptote/config.sub index 60e3590b473..8f1229c6f7d 100644 --- a/Build/source/utils/asymptote/config.sub +++ b/Build/source/utils/asymptote/config.sub @@ -2,7 +2,7 @@ # Configuration validation subroutine script. # Copyright 1992-2015 Free Software Foundation, Inc. -timestamp='2015-03-06' +timestamp='2015-03-08' # 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 @@ -518,6 +518,9 @@ case $basic_machine in basic_machine=i386-pc os=-aros ;; + asmjs) + basic_machine=asmjs-unknown + ;; aux) basic_machine=m68k-apple os=-aux |