update-copyright.py (GCCCmdLine): Add include, libcc1, libiberty, libssp, libvtv and lto-plugin to default_dirs.
* update-copyright.py (GCCCmdLine): Add include, libcc1, libiberty, libssp, libvtv and lto-plugin to default_dirs. From-SVN: r244060
This commit is contained in:
parent
fec5f4e041
commit
d0a0bfd939
@ -1,3 +1,8 @@
|
||||
2017-01-04 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* update-copyright.py (GCCCmdLine): Add include, libcc1, libiberty,
|
||||
libssp, libvtv and lto-plugin to default_dirs.
|
||||
|
||||
2017-01-01 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* update-copyright.py (TestsuiteFilter): Skip params/README.
|
||||
|
@ -748,17 +748,23 @@ class GCCCmdLine (CmdLine):
|
||||
|
||||
self.default_dirs = [
|
||||
'gcc',
|
||||
'include',
|
||||
'libada',
|
||||
'libatomic',
|
||||
'libbacktrace',
|
||||
'libcc1',
|
||||
'libcpp',
|
||||
'libdecnumber',
|
||||
'libgcc',
|
||||
'libgfortran',
|
||||
'libgomp',
|
||||
'libiberty',
|
||||
'libitm',
|
||||
'libobjc',
|
||||
'libssp',
|
||||
'libstdc++-v3',
|
||||
'libvtv',
|
||||
'lto-plugin',
|
||||
]
|
||||
|
||||
GCCCmdLine().main()
|
||||
|
Loading…
Reference in New Issue
Block a user