drop --with-gcc

epel9
Jens Petersen 13 years ago
parent bc252ac183
commit a357d572f7

@ -228,13 +228,12 @@ HSCOLOUR_SRCS = NO
EOF EOF
export CFLAGS="${CFLAGS:-%optflags}" export CFLAGS="${CFLAGS:-%optflags}"
# specify gcc to avoid problems when bootstrapping with ccache # use --with-gcc=%{_bindir}/gcc when bootstrapping to avoid ccache hardcoding problem
./configure --prefix=%{_prefix} --exec-prefix=%{_exec_prefix} \ ./configure --prefix=%{_prefix} --exec-prefix=%{_exec_prefix} \
--bindir=%{_bindir} --sbindir=%{_sbindir} --sysconfdir=%{_sysconfdir} \ --bindir=%{_bindir} --sbindir=%{_sbindir} --sysconfdir=%{_sysconfdir} \
--datadir=%{_datadir} --includedir=%{_includedir} --libdir=%{_libdir} \ --datadir=%{_datadir} --includedir=%{_includedir} --libdir=%{_libdir} \
--libexecdir=%{_libexecdir} --localstatedir=%{_localstatedir} \ --libexecdir=%{_libexecdir} --localstatedir=%{_localstatedir} \
--sharedstatedir=%{_sharedstatedir} --mandir=%{_mandir} \ --sharedstatedir=%{_sharedstatedir} --mandir=%{_mandir}
--with-gcc=%{_bindir}/gcc
# >4 cpus tends to break build # >4 cpus tends to break build
[ -z "$RPM_BUILD_NCPUS" ] && RPM_BUILD_NCPUS=$(%{_bindir}/getconf _NPROCESSORS_ONLN) [ -z "$RPM_BUILD_NCPUS" ] && RPM_BUILD_NCPUS=$(%{_bindir}/getconf _NPROCESSORS_ONLN)
@ -410,6 +409,7 @@ fi
%changelog %changelog
* Tue Apr 10 2012 Jens Petersen <petersen@redhat.com> - 7.4.1-1.1 * Tue Apr 10 2012 Jens Petersen <petersen@redhat.com> - 7.4.1-1.1
- BR clang not just llvm for ARM - BR clang not just llvm for ARM
- drop --with-gcc
- bootstrap build - bootstrap build
* Wed Feb 15 2012 Jens Petersen <petersen@redhat.com> - 7.4.1-1 * Wed Feb 15 2012 Jens Petersen <petersen@redhat.com> - 7.4.1-1

Loading…
Cancel
Save