Rebase to 20151127svn18975-1

- Linker script renamed to GccBase.lds
This commit is contained in:
Paolo Bonzini 2015-11-27 14:00:44 +01:00
parent d21b98c541
commit ab9a54e0b4
3 changed files with 10 additions and 5 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
/edk2-buildtools-r2649.tar.xz
/edk2-buildtools-r2670.tar.xz
/edk2-buildtools-r17469.tar.xz
/edk2-buildtools-r18975.tar.xz

View File

@ -1,5 +1,5 @@
%define SVNDATE 20150519
%define SVNREV 17469
%define SVNDATE 20151127
%define SVNREV 18975
Name: edk2
Version: %{SVNDATE}svn%{SVNREV}
@ -112,7 +112,7 @@ install \
mkdir -p %{buildroot}%{_datadir}/%{name}/Scripts
install \
Scripts/gcc4.4-ld-script \
Scripts/GccBase.lds \
%{buildroot}%{_datadir}/%{name}/Scripts
cp -R Source/Python %{buildroot}%{_datadir}/%{name}/Python
@ -189,7 +189,11 @@ done
%doc UserManuals/VolInfo_Utility_Man_Page.rtf
%changelog
* Tue May 19 2015 Bonzini <pbonzini@redhat.com> - 20150519svn17469-1
* Tue Nov 27 2015 Paolo Bonzini <pbonzini@redhat.com> - 20151127svn18975-1
- Rebase to 20151127svn18975-1
- Linker script renamed to GccBase.lds
* Tue May 19 2015 Paolo Bonzini <pbonzini@redhat.com> - 20150519svn17469-1
- Rebase to 20150519svn17469-1
- edk2-remove-tree-check.patch now upstream

View File

@ -1 +1 @@
1c685de1403f4116d93e79f6074ea0e3 edk2-buildtools-r17469.tar.xz
b54c3b57cd661dc4e232489919315a6f edk2-buildtools-r18975.tar.xz