]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/gcc/FREEBSD-libiberty
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / gcc / FREEBSD-libiberty
1 #! /bin/sh
2
3 # $FreeBSD$
4
5 for F in \
6         choose-temp.c   \
7         cp-demangle.c   \
8         cplus-dem.c     \
9         dyn-string.c    \
10         getopt.c        \
11         getopt1.c       \
12         getpwd.c        \
13         hashtab.c       \
14         lbasename.c     \
15         md5.c           \
16         obstack.c       \
17         partition.c     \
18         pexecute.c      \
19         splay-tree.c
20 do
21         cp -ip ../libiberty/$F .
22 done
23
24 for F in \
25         ansidecl.h      \
26         demangle.h      \
27         dyn-string.h    \
28         getopt.h        \
29         hashtab.h       \
30         libiberty.h     \
31         obstack.h       \
32         partition.h     \
33         splay-tree.h    \
34         symcat.h
35 do
36         cp -ip ../include/$F .
37 done