Skip to content

Commit 38b8cbf

Browse files
committed
fixes for travis
1 parent 43032e0 commit 38b8cbf

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
language: c
2+
before_script: ./autogen.sh

config.sub

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Configuration validation subroutine script.
33
# Copyright 1992-2015 Free Software Foundation, Inc.
44

5-
timestamp='2015-03-04'
5+
timestamp='2015-03-08'
66

77
# This file is free software; you can redistribute it and/or modify it
88
# under the terms of the GNU General Public License as published by
@@ -518,6 +518,9 @@ case $basic_machine in
518518
basic_machine=i386-pc
519519
os=-aros
520520
;;
521+
asmjs)
522+
basic_machine=asmjs-unknown
523+
;;
521524
aux)
522525
basic_machine=m68k-apple
523526
os=-aux
@@ -1391,7 +1394,7 @@ case $os in
13911394
| -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \
13921395
| -sym* | -kopensolaris* | -plan9* \
13931396
| -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
1394-
| -aos* | -aros* \
1397+
| -aos* | -aros* | -cloudabi* \
13951398
| -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
13961399
| -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
13971400
| -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \

0 commit comments

Comments
 (0)