forked from IgnorantGuru/udevil
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
IgnorantGuru
committed
May 4, 2015
1 parent
2737540
commit ce9f1c5
Showing
7 changed files
with
48 additions
and
183 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
#! /bin/sh | ||
# Configuration validation subroutine script. | ||
# Copyright 1992-2013 Free Software Foundation, Inc. | ||
# Copyright 1992-2014 Free Software Foundation, Inc. | ||
|
||
timestamp='2013-08-10' | ||
timestamp='2014-05-01' | ||
|
||
# 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 | ||
|
@@ -68,7 +68,7 @@ Report bugs and patches to <[email protected]>." | |
version="\ | ||
GNU config.sub ($timestamp) | ||
Copyright 1992-2013 Free Software Foundation, Inc. | ||
Copyright 1992-2014 Free Software Foundation, Inc. | ||
This is free software; see the source for copying conditions. There is NO | ||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." | ||
|
@@ -265,6 +265,7 @@ case $basic_machine in | |
| hexagon \ | ||
| i370 | i860 | i960 | ia64 \ | ||
| ip2k | iq2000 \ | ||
| k1om \ | ||
| le32 | le64 \ | ||
| lm32 \ | ||
| m32c | m32r | m32rle | m68000 | m68k | m88k \ | ||
|
@@ -282,8 +283,10 @@ case $basic_machine in | |
| mips64vr5900 | mips64vr5900el \ | ||
| mipsisa32 | mipsisa32el \ | ||
| mipsisa32r2 | mipsisa32r2el \ | ||
| mipsisa32r6 | mipsisa32r6el \ | ||
| mipsisa64 | mipsisa64el \ | ||
| mipsisa64r2 | mipsisa64r2el \ | ||
| mipsisa64r6 | mipsisa64r6el \ | ||
| mipsisa64sb1 | mipsisa64sb1el \ | ||
| mipsisa64sr71k | mipsisa64sr71kel \ | ||
| mipsr5900 | mipsr5900el \ | ||
|
@@ -295,8 +298,7 @@ case $basic_machine in | |
| nds32 | nds32le | nds32be \ | ||
| nios | nios2 | nios2eb | nios2el \ | ||
| ns16k | ns32k \ | ||
| open8 \ | ||
| or1k | or32 \ | ||
| open8 | or1k | or1knd | or32 \ | ||
| pdp10 | pdp11 | pj | pjl \ | ||
| powerpc | powerpc64 | powerpc64le | powerpcle \ | ||
| pyramid \ | ||
|
@@ -324,7 +326,7 @@ case $basic_machine in | |
c6x) | ||
basic_machine=tic6x-unknown | ||
;; | ||
m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | picochip) | ||
m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | nvptx | picochip) | ||
basic_machine=$basic_machine-unknown | ||
os=-none | ||
;; | ||
|
@@ -381,6 +383,7 @@ case $basic_machine in | |
| hexagon-* \ | ||
| i*86-* | i860-* | i960-* | ia64-* \ | ||
| ip2k-* | iq2000-* \ | ||
| k1om-* \ | ||
| le32-* | le64-* \ | ||
| lm32-* \ | ||
| m32c-* | m32r-* | m32rle-* \ | ||
|
@@ -400,8 +403,10 @@ case $basic_machine in | |
| mips64vr5900-* | mips64vr5900el-* \ | ||
| mipsisa32-* | mipsisa32el-* \ | ||
| mipsisa32r2-* | mipsisa32r2el-* \ | ||
| mipsisa32r6-* | mipsisa32r6el-* \ | ||
| mipsisa64-* | mipsisa64el-* \ | ||
| mipsisa64r2-* | mipsisa64r2el-* \ | ||
| mipsisa64r6-* | mipsisa64r6el-* \ | ||
| mipsisa64sb1-* | mipsisa64sb1el-* \ | ||
| mipsisa64sr71k-* | mipsisa64sr71kel-* \ | ||
| mipsr5900-* | mipsr5900el-* \ | ||
|
@@ -413,6 +418,7 @@ case $basic_machine in | |
| nios-* | nios2-* | nios2eb-* | nios2el-* \ | ||
| none-* | np1-* | ns16k-* | ns32k-* \ | ||
| open8-* \ | ||
| or1k*-* \ | ||
| orion-* \ | ||
| pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ | ||
| powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \ | ||
|
@@ -1374,7 +1380,7 @@ case $os in | |
| -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ | ||
| -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ | ||
| -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ | ||
| -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*) | ||
| -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* | -tirtos*) | ||
# Remember, each alternative MUST END IN *, to match a version number. | ||
;; | ||
-qnx*) | ||
|
@@ -1592,9 +1598,6 @@ case $basic_machine in | |
mips*-*) | ||
os=-elf | ||
;; | ||
or1k-*) | ||
os=-elf | ||
;; | ||
or32-*) | ||
os=-coff | ||
;; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
udevil (0.4.3+-1) unstable; urgency=low | ||
udevil (0.4.4-1) unstable; urgency=low | ||
|
||
* release | ||
|
||
-- IgnorantGuru <[email protected]> Mon, 09 Dec 2013 14:04:53 +0000 | ||
-- IgnorantGuru <[email protected]> Mon, 04 May 2015 13:34:16 +0000 |
Oops, something went wrong.