Import data for 3.0.2.
This commit is contained in:
parent
b11f83863f
commit
02cb9c55d6
@ -11,24 +11,26 @@ for F in \
|
||||
getopt1.c \
|
||||
getpwd.c \
|
||||
hashtab.c \
|
||||
lbasename.c \
|
||||
md5.c \
|
||||
obstack.c \
|
||||
partition.c \
|
||||
pexecute.c \
|
||||
splay-tree.c \
|
||||
splay-tree.c
|
||||
do
|
||||
cp -ip ../libiberty/$F .
|
||||
done
|
||||
|
||||
for F in \
|
||||
ansidecl.h
|
||||
demangle.h
|
||||
dyn-string.h
|
||||
getopt.h
|
||||
hashtab.h
|
||||
libiberty.h
|
||||
obstack.h
|
||||
partition.h
|
||||
splay-tree.h
|
||||
ansidecl.h \
|
||||
demangle.h \
|
||||
dyn-string.h \
|
||||
getopt.h \
|
||||
hashtab.h \
|
||||
libiberty.h \
|
||||
obstack.h \
|
||||
partition.h \
|
||||
splay-tree.h \
|
||||
symcat.h
|
||||
do
|
||||
cp -ip ../include/$F .
|
||||
|
@ -1,17 +1,13 @@
|
||||
$FreeBSD$
|
||||
|
||||
cvs -d :pserver:anoncvs@anoncvs.cygnus.com:/cvs/gcc login
|
||||
# password is "anoncvs"
|
||||
tar -xvjf gcc-3.0.2.tar.bz2 -X FREEBSD-Xlist
|
||||
|
||||
cvs -d :pserver:anoncvs@anoncvs.cygnus.com:/cvs/gcc co -D '7/11/2000 11:43'
|
||||
egcs/gcc egcs/libiberty
|
||||
cd gcc-3.0.2/gcc
|
||||
sh FREEBSD-libiberty
|
||||
|
||||
for F in `cat FREEBSD-deletelist` ; do rm -rfv "$F" ; done
|
||||
for F in `cat FREEBSD-deletelist` ; do find . -name "$F" -exec rm -rfv {} \; ; done
|
||||
cvs import src/contrib/gcc FSF gcc_3_0_2
|
||||
|
||||
cd egcs/gcc
|
||||
mv -iv config/i386/freebsd.h config/i386/freebsd-aout.h
|
||||
mv -iv config/i386/freebsd-elf.h config/i386/freebsd.h
|
||||
cp -pv config/i386/freebsd.h config/i386/freebsd.h.fixed
|
||||
|
||||
cvs import src/contrib/gcc FSF gcc_cvs_20000711_1143
|
||||
If you decide to bring in more of the files, import them -- don't
|
||||
use ``cvs add''. And please remember to adjust the contents of
|
||||
"FREEBSD-Xlist" so that it reflects what is really imported from
|
||||
the vendor.
|
||||
|
Loading…
Reference in New Issue
Block a user