2003-01-27 Joel Sherrill <joel@OARcorp.com>

* i386-cygwin-gcc.spec.in, setup.def: Enabled building of GNAT for
	revision 2.
This commit is contained in:
Joel Sherrill
2003-01-27 19:22:04 +00:00
parent f62f8f38fe
commit 5dee3ea780
3 changed files with 13 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2003-01-27 Joel Sherrill <joel@OARcorp.com>
* i386-cygwin-gcc.spec.in, setup.def: Enabled building of GNAT for
revision 2.
2003-01-27 Joel Sherrill <joel@OARcorp.com>
* i386-cygwin-gcc.spec.in, i386-cygwin-mingw.spec.in, setup.def:

View File

@@ -34,15 +34,21 @@ Cross gcc for target cygwin
test -d build || mkdir build
%build
touch gcc-%{gcc_version}/gcc/ada/treeprs.ads
touch gcc-%{gcc_version}/gcc/ada/[es]info.h
touch gcc-%{gcc_version}/gcc/ada/nmake.ad[bs]
cd build
../gcc-%{gcc_version}/configure --target=i386-cygwin \
--with-gnu-as --with-gnu-ld --verbose \
--disable-nls --disable-win32-registry \
--with-newlib --enable-languages=c,c++ \
--with-newlib --enable-languages=c,c++,ada \
--prefix=%{prefix}
make all
make -C gcc cross-gnattools
make -C gcc ada.all.cross
# We don't want info files
# make info

View File

@@ -12,5 +12,5 @@ w32api_rpm_release=1
cygwin_version=1.3.18-1
cygwin_rpm_release=1
gcc_version=3.2-3
gcc_rpm_release=1
gcc_rpm_release=2
rpm_build_root=/var/tmp