add support for fetching latest config.{sub,guess} files from config cvs
authorMike Frysinger <vapier@gentoo.org>
Thu, 4 Aug 2005 22:42:34 +0000 (22:42 -0000)
committerMike Frysinger <vapier@gentoo.org>
Thu, 4 Aug 2005 22:42:34 +0000 (22:42 -0000)
commit105c3483b5e01184eceb2eb9ddd59dfd4dc5054f
tree91703f9d8b526cbcf7e7611ad843177552c4b8d4
parent1a48268a55175b4efa751c1a22fb4d977ea8b326
add support for fetching latest config.{sub,guess} files from config cvs
22 files changed:
package/gnuconfig/.cvsignore [new file with mode: 0644]
package/gnuconfig/CVS/Entries [new file with mode: 0644]
package/gnuconfig/CVS/Repository [new file with mode: 0644]
package/gnuconfig/CVS/Root [new file with mode: 0644]
package/gnuconfig/ChangeLog [new file with mode: 0644]
package/gnuconfig/Makefile [new file with mode: 0644]
package/gnuconfig/README.buildroot [new file with mode: 0644]
package/gnuconfig/config.guess [new file with mode: 0755]
package/gnuconfig/config.sub [new file with mode: 0755]
package/gnuconfig/gnuconfig.mk [new file with mode: 0644]
package/gnuconfig/patches/config.guess.uclibc.patch [new file with mode: 0644]
package/gnuconfig/patches/config.sub.ps2.patch [new file with mode: 0644]
package/gnuconfig/testsuite/.cvsignore [new file with mode: 0644]
package/gnuconfig/testsuite/CVS/Entries [new file with mode: 0644]
package/gnuconfig/testsuite/CVS/Repository [new file with mode: 0644]
package/gnuconfig/testsuite/CVS/Root [new file with mode: 0644]
package/gnuconfig/testsuite/config-guess.data [new file with mode: 0644]
package/gnuconfig/testsuite/config-guess.sh [new file with mode: 0644]
package/gnuconfig/testsuite/config-sub.data [new file with mode: 0644]
package/gnuconfig/testsuite/config-sub.sh [new file with mode: 0644]
package/gnuconfig/testsuite/uname.in [new file with mode: 0755]
package/gnuconfig/uname [new file with mode: 0755]