Remove hard-coded default for _cxx for mingw

This commit is contained in:
Ralf Corsepius
2006-02-18 09:00:56 +00:00
parent fd1eb5a01d
commit 82880e5bee

View File

@@ -62,10 +62,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%define _fortran 0 %define _fortran 0
%endif %endif
%if "@tool_target@" == "i686-pc-mingw32"
%define _cxx 0
%endif
# Allow the user to build arbitrary languages # Allow the user to build arbitrary languages
%{?_with_cxx:%define _cxx 1} %{?_with_cxx:%define _cxx 1}
%{?_with_fortran:%define _fortran 1} %{?_with_fortran:%define _fortran 1}