Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
isv:ownCloud:toolchains:mingw:win32:2.1
mingw32-cross-gcc-bootstrap
mingw32-cross-gcc-bootstrap.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File mingw32-cross-gcc-bootstrap.spec of Package mingw32-cross-gcc-bootstrap
# # spec file for package mingw32-cross-gcc-bootstrap # # Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # %define __os_install_post %{_libexecdir}/rpm/brp-compress %{nil} Name: mingw32-cross-gcc-bootstrap Version: 4.9.2 Release: 0 Summary: MinGW Windows cross-compiler (GCC) for C License: GPL-2.0+ Group: Development/Languages Url: http://www.mingw.org/ Source: ftp://ftp.gnu.org/gnu/gcc/gcc-%{version}/gcc-%{version}.tar.bz2 #!BuildIgnore: post-build-checks BuildRequires: gcc-c++ BuildRequires: gmp-devel >= 4.2.0 BuildRequires: mingw32-cross-binutils BuildRequires: mingw32-filesystem >= 39-3 BuildRequires: mingw32-headers BuildRequires: mpc-devel >= 0.8.0 BuildRequires: mpfr-devel >= 2.4.0 BuildRequires: texinfo BuildRequires: zlib-devel # NB: Explicit mingw32-filesystem dependency is REQUIRED here. Requires: mingw32-cross-binutils Requires: mingw32-cross-cpp-bootstrap >= %{version} Requires: mingw32-filesystem >= 39-3 Requires: mingw32-headers BuildRoot: %{_tmppath}/%{name}-%{version}-build %description MinGW Windows cross-compiler (GCC) for C %package -n mingw32-cross-cpp-bootstrap Summary: MinGW Windows cross-C Preprocessor Group: Development/Languages %description -n mingw32-cross-cpp-bootstrap MinGW Windows cross-C Preprocessor %prep %setup -q -c %build cd gcc-%{version} mkdir -p build cd build languages="c" CC="gcc %{optflags}" \ ../configure \ --prefix=%{_prefix} \ --bindir=%{_bindir} \ --includedir=%{_includedir} \ --libdir=%{_libdir} \ --libexecdir=%{_libexecdir} \ --mandir=%{_mandir} \ --infodir=%{_infodir} \ --datadir=%{_datadir} \ --build=%{_build} --host=%{_host} \ --target=%{_mingw32_target} \ --with-gnu-as --with-gnu-ld --verbose \ --without-newlib \ --disable-multilib \ --disable-plugin \ --with-system-zlib \ --disable-nls --without-included-gettext \ --disable-win32-registry \ --enable-version-specific-runtime-libs \ --with-sysroot=%{_mingw32_sysroot} \ --enable-languages="$languages" \ --enable-fully-dynamic-strings make %{?_smp_mflags} all-gcc || make all-gcc %install cd gcc-%{version} cd build make DESTDIR=%{buildroot} install-gcc # These files conflict with existing installed files. rm -rf %{buildroot}%{_infodir} rm -f %{buildroot}%{_libdir}/libiberty* rm -f %{buildroot}%{_mandir}/man7/* rm -f %{buildroot}%{_bindir}/vxaddr2line mkdir -p %{buildroot}/lib ln -sf ..%{_bindir}/%{_mingw32_target}-cpp \ %{buildroot}/lib/%{_mingw32_target}-cpp %files %defattr(-,root,root) %{_bindir}/%{_mingw32_target}-gcc* %{_bindir}/%{_mingw32_target}-gcov %dir %{_libdir}/gcc/%{_mingw32_target} %dir %{_libdir}/gcc/%{_mingw32_target}/%{version} %dir %{_libdir}/gcc/%{_mingw32_target}/%{version}/include %dir %{_libdir}/gcc/%{_mingw32_target}/%{version}/include-fixed %{_libdir}/gcc/%{_mingw32_target}/%{version}/include-fixed/README %{_libdir}/gcc/%{_mingw32_target}/%{version}/include-fixed/*.h %{_libdir}/gcc/%{_mingw32_target}/%{version}/include/*.h %dir %{_libdir}/gcc/%{_mingw32_target}/%{version}/install-tools %{_libdir}/gcc/%{_mingw32_target}/%{version}/install-tools/* %dir %{_libexecdir}/gcc/%{_mingw32_target}/%{version}/install-tools %{_libexecdir}/gcc/%{_mingw32_target}/%{version}/install-tools/* %{_mandir}/man1/%{_mingw32_target}-gcc.1* %{_mandir}/man1/%{_mingw32_target}-gcov.1* %{_libexecdir}/gcc/%{_mingw32_target}/%{version}/collect2 %{_libexecdir}/gcc/%{_mingw32_target}/%{version}/lto-wrapper %{_libexecdir}/gcc/%{_mingw32_target}/%{version}/lto1 %{_libexecdir}/gcc/%{_mingw32_target}/%{version}/liblto_plugin.so* %{_libexecdir}/gcc/%{_mingw32_target}/%{version}/liblto_plugin.la %files -n mingw32-cross-cpp-bootstrap %defattr(-,root,root) /lib/%{_mingw32_target}-cpp %{_bindir}/%{_mingw32_target}-cpp %{_mandir}/man1/%{_mingw32_target}-cpp.1* %dir %{_libdir}/gcc/%{_mingw32_target} %dir %{_libdir}/gcc/%{_mingw32_target}/%{version} %{_libexecdir}/gcc/%{_mingw32_target}/%{version}/cc1 %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor