This commit is contained in:
Elliot Lee 2002-06-21 18:13:56 +00:00
parent 3ee6bad5b9
commit d5db7f5ded
2 changed files with 3 additions and 2 deletions

2
macros
View File

@ -3,12 +3,10 @@
#============================================================================== #==============================================================================
# ---- per-platform macros. # ---- per-platform macros.
# #
%_arch i386
%_vendor redhat %_vendor redhat
%_os linux %_os linux
%_gnu -gnu %_gnu -gnu
%_target_platform %{_target_cpu}-%{_vendor}-%{_target_os} %_target_platform %{_target_cpu}-%{_vendor}-%{_target_os}
%optflags -O2 -march=i386 -mcpu=i686 -g
#============================================================================== #==============================================================================
# ---- configure macros. # ---- configure macros.

View File

@ -27,6 +27,9 @@ rm -rf ${RPM_BUILD_ROOT}
%{_prefix}/lib/rpm/redhat %{_prefix}/lib/rpm/redhat
%changelog %changelog
* Fri Jun 21 2002 Elliot Lee <sopwith@redhat.com> 7.3.92-2
- Don't define _arch
* Thu Jun 20 2002 Elliot Lee <sopwith@redhat.com> 7.3.92-1 * Thu Jun 20 2002 Elliot Lee <sopwith@redhat.com> 7.3.92-1
- find-lang error detection from Havoc - find-lang error detection from Havoc