diff options
author | obrien <obrien@FreeBSD.org> | 2001-05-28 17:48:04 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-05-28 17:48:04 +0000 |
commit | 77a4be302f6d651cc5ac01252aa564189e93b298 (patch) | |
tree | 18ea07271e617f6dc157e0bdc5a777750afcb9ea | |
parent | 025ec344a751b3fccb09498b871baaec63bd3ac4 (diff) | |
download | FreeBSD-src-77a4be302f6d651cc5ac01252aa564189e93b298.zip FreeBSD-src-77a4be302f6d651cc5ac01252aa564189e93b298.tar.gz |
Update for the Bintuils 2.11.0 import.
-rw-r--r-- | contrib/binutils/FREEBSD-Xlist | 25 | ||||
-rw-r--r-- | contrib/binutils/FREEBSD-upgrade | 6 |
2 files changed, 25 insertions, 6 deletions
diff --git a/contrib/binutils/FREEBSD-Xlist b/contrib/binutils/FREEBSD-Xlist index c8720dc..af18d97 100644 --- a/contrib/binutils/FREEBSD-Xlist +++ b/contrib/binutils/FREEBSD-Xlist @@ -1,6 +1,5 @@ $FreeBSD$ .cvsignore -config.if mkdep *-hp* *-mac* @@ -11,12 +10,16 @@ mkdep */arlex.c */arparse.[ch] */deflex.c +*/etc +*/gettext* */gprof */intl/* */itbl-lex.c */itbl-parse.[ch] */ldgram.[ch] */ldlex.c +*/libtool* +*/ltcf* */sysinfo.[ch] */syslex.c */testsuite @@ -31,9 +34,14 @@ mkdep *adobe* *aix* *apollo* +*/arc[-.]* +*-arc[-.]* +*arcelf* *beos* *bout* *cisco* +*/cgen* +*cris* *d10v* *delt88* *delta* @@ -42,6 +50,7 @@ mkdep *dos* *dpx2* *dynix* +*efi[-.]* *epoc* *go32* *h8[35]00* @@ -49,15 +58,20 @@ mkdep *hp[-.]* *hppa* *hpux* +*ia32* +*ia64* *interix* *irix* *lynx* *m32r* -*m[68]8k* +*m[68]8[hk]* *mac-* *mach* *mcore* *mips* +*bmip* +*lmip* +*smip* *mpw* *netware* *news* @@ -72,8 +86,11 @@ mkdep *riscix* *riscos* *rs6000* +*rs6k* *sa29200* *shpe* +*shl[-.]* +*shlelf* *som* *st2000* *sun* @@ -86,6 +103,7 @@ mkdep *w65* *we32k* *win* +*x86[-_]64* *xcoff* *i370* *avr* @@ -93,6 +111,7 @@ mkdep *tic80* *d30v* *fr30* -*-sh.* +*/sh[-.]* +*-sh[-.]* *pj* *ver.texi diff --git a/contrib/binutils/FREEBSD-upgrade b/contrib/binutils/FREEBSD-upgrade index 2d785c6..e682785 100644 --- a/contrib/binutils/FREEBSD-upgrade +++ b/contrib/binutils/FREEBSD-upgrade @@ -3,8 +3,8 @@ $FreeBSD$ To strip down a new version of GNU binutils for import, extract the files like this: - tar -xvzf binutils-2.10.1.tar.gz -X FREEBSD-Xlist - tar -xvzf binutils-2.10.1.tar.gz include/elf + tar -xvjf binutils-2.11.tar.bz2 -X FREEBSD-Xlist + tar -xvjf binutils-2.11.tar.bz2 binutils-2.11/include/elf Don't eliminate the *z8* files. They're needed because of a stupid hard-coded configure script in the opcodes subdirectory. @@ -16,7 +16,7 @@ the vendor. The vendor import was done by: - cvs import src/contrib/binutils GNU binutils_2_10_1 + cvs import src/contrib/binutils GNU binutils_2_11_0 Note that many of the files generated by GNU configure are present pre-built in the "src/gnu/usr.bin/binutils" tree. These can be regenerated for a new |