URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rtems/] [scripts-ada/] [gnatnewlib/] [gnatnewlib.spec.in] - Rev 1765
Compare with Previous | Blame | View Log
## spec file for building gcc for rtems## Copyright (c) 1999 OARCorp, Huntsville, AL## please send bugfixes or comments to joel@OARcorp.com#Vendor: OAR CorporationDistribution: LinuxName: @target_alias@-gnat-newlibSummary: gnat, gcc, and newlib C Library for @target_alias@.Group: gnatrtemsRelease: @Release@License: gcc is GPL/LGPL ; newlib no has restrictions on run-time usageProvides: rtems-base-gnat @target_alias@-gnatProvides: rtems-base-gnat-binutils @target_alias@-gnat-binutils# Requires: @target_alias@-binutilsAutoreqprov: onPackager: corsepiu@faw.uni-ulm.de and joel@OARcorp.comVersion: gnat@gnat_version@Source0: ftp://ftp.gnu.org/pub/gnu/gcc/gcc-@gcc_version@.tar.gzSource1: ftp://sourceware.cygnus/com/pub/newlib/newlib-@newlib_version@.tar.gzSource2: ftp://cs.nyu.edu/pub/gnat/gnat-@gnat_version@-src.tar.gzSource3: ftp://ftp.gnu.org/pub/gnu/binutils/binutils-@binutils_version@.tar.gzPatch0: gcc-@gcc_version@-rtems-gnat-@gnat_version@-@gcc_patch_version@.diffPatch1: newlib-@newlib_version@-rtems-@newlib_patch_version@.diffPatch2: gnat-@gnat_version@-rtems-@gnat_patch_version@.diffPatch3: binutils-@binutils_version@-rtems-gnat-@gnat_version@-@binutils_patch_version@.diff#Buildroot: /tmp## The original sources are not included in the source RPM.# If we included them, then the source RPMs for each target# would duplicate MBs of source unnecessarily. This is# a duplication of over 30 MBs of source for each of# the more than 10 targets it is possible to build.## You can get them yourself from the Internet and copy them to# your /usr/src/redhat/SOURCES directory ($RPM_SOURCE_DIR).# Or you can try the ftp options of rpm :-)#NoSource: 0NoSource: 1NoSource: 2NoSource: 3%descriptionRTEMS is an open source operating system for embedded systems.This is gcc's and newlib C Library's sources with patches for RTEMS.The original sources are not included in the source RPM.If we included them, then the source RPMs for each targetwould duplicate MBs of source unnecessarily. This isa duplication of over 30 MBs of source for each ofthe more than 10 targets it is possible to build.You can get them yourself from the Internet and copy them toyour /usr/src/redhat/SOURCES directory ($RPM_SOURCE_DIR).Or you can try the ftp options of rpm :-)This version of GNAT/RTEMS RPMs is based on the following:+ gnat-@gnat_version@-src+ gcc-@gcc_version@+ newlib-@newlib_version@+ binutils-@binutils_version@with appropriate patches.%package -n rtems-base-gnatSummary: base package for rtems gnat, gcc, and newlib C LibraryGroup: rtems%description -n rtems-base-gnatRTEMS is an open source operating system for embedded systems.This is the files for gnat, gcc, and newlib that are shared by all targets.%package -n rtems-base-gnat-binutilsSummary: base package for rtems binutilsGroup: rtems%description -n rtems-base-gnat-binutilsRTEMS is an open source operating system for embedded systems.This is the base for binutils regardless of target CPU.%package -n @target_alias@-gnat-binutilsSummary: rtems binutils for @target_alias@Group: rtemsRequires: rtems-base-gnat-binutils%description -n @target_alias@-gnat-binutilsRTEMS is an open source operating system for embedded systems.This is the GNU binutils for RTEMS targetting @target_alias@.%package -n @target_alias@-gnatSummary: rtems gnat, gcc, and newlib C Library for @target_alias@Group: rtemsRequires: @target_alias@-gnat-binutils rtems-base-gnat%description -n @target_alias@-gnatRTEMS is an open source operating system for embedded systems.This is gnat, gcc, and newlib C Library for @target_alias@.%prep# untar the sources inside @target_alias@-gnat-newlib%setup -c -n @target_alias@-gnat-newlib -a 0 -a 1 -a 2 -a 3%patch0 -p0%patch1 -p0%patch2 -p0%patch3 -p0# this 281 needs to be a variable. :(cd gcc-@gcc_version@patch -p0 <../gnat-@gnat_version@-src/src/gcc-281.difmv ../gnat-@gnat_version@-src/src/ada .cd adatouch treeprs.ads a-[es]info.h nmake.ad[bs]cd ../.. # now back at top# Now we should be done patching everything.. build up a source tree# this sequence is VERY dependent on the versions involved# When the gcc gets updated to 2.95.x or newer, this HAS to change.mkdir srccd src# configure scriptsfor f in config config.guess config.sub configure configure.in \config-ml.in include install-sh ltconfig ltmain.sh Makefile.in \move-if-change mkinstalldirs libibertydo# some packages have more configure scripts than others# our list is inclusivetest -r ../binutils-@binutils_version@/$f && \mv ../binutils-@binutils_version@/$f .done# link in gccmv ../gcc-@gcc_version@ gcc# link in binutilsfor f in bfd binutils gas gprof ld opcodes etcdomv ../binutils-@binutils_version@/$f .done# link in newlibmv ../newlib-@newlib_version@/newlib .cd ..# now we have a linked together source treetest -d build || mkdir build%buildcd build# after we switch off gcc 2.8.1, configure using gcc not a src directory# and build binutils separately.../src/configure --target=@target_alias@ \--with-gnu-as --with-gnu-ld --with-newlib --verbose \--prefix=/opt/gnatrtems# for now we are building all the languages# '--enable-languages=c,c++'# # This is a hack that is only because gnat still uses gcc 2.8.1# test -d ${RPM_BUILD_ROOT}/opt/gnatrtems/@target_alias@ ||# mkdir -p ${RPM_BUILD_ROOT}/opt/gnatrtems/@target_alias@# for dir in ${RPM_BUILD_ROOT}/opt/gnatrtems/@target_alias@/include \# ${RPM_BUILD_ROOT}/opt/gnatrtems/@target_alias@/sys-include# do# test -d ${dir} || mkdir -p ${dir}# cp ../newlib-@newlib_version@/newlib/libc/sys/rtems/include/limits.h ${dir}# donemake CC=gcc CFLAGS="-O2" LANGUAGES="c" allmake CC=gcc CFLAGS="-O2" LANGUAGES="c" info# must be installed to allow gnat to continue to buildmake CC=gcc CFLAGS="-O2" LANGUAGES="c" install install-infomake prefix=$RPM_BUILD_ROOT/opt/gnatrtems \CC=gcc CFLAGS="-O2" LANGUAGES="c" install install-info# When GNAT uses a gcc that finds the RTEMS limits.h, this will not# be needed. This should not be needed if the limits.h trick above works.# cd gcc# rm -f stmp-multilib# find . -name "*.a" -print | xargs -e rm -f## make all# cd ..#################### Ada from here down #################### Just so the log shows what directory we are in.pwdcd gccecho "Starting build of GNAT proper."make prefix=$RPM_BUILD_ROOT/opt/gnatrtems \CC=gcc CFLAGS="-O2" LANGUAGES="c ada"echo "Starting build of cross GNAT tools"make prefix=$RPM_BUILD_ROOT/opt/gnatrtems \CC=gcc CFLAGS="-O2 -g" LANGUAGES="c ada" cross-gnattoolsecho "Starting build of ada.all.cross"make prefix=$RPM_BUILD_ROOT/opt/gnatrtems \CC=gcc CFLAGS="-O2" LANGUAGES="c ada" ada.all.cross# must have -gnato to pass validation# may want CC=gcc GNATLIBCFLAGS="-O3" GNATLIBFLAGS="-gnatpgn" gnatliy# NOTE: gnatlib is not multilib'ed -- serious embedded flawecho "Starting build of gnatlib"make prefix=$RPM_BUILD_ROOT/opt/gnatrtems \CC=gcc GNATLIBCFLAGS="-O2 -g" gnatlib%installcd build# Bug in gcc-2.95.1: It doesn't build this installation directory# If it doesn't find it, gcc doesn't install @target_alias@/bin/gcc# ../gcc-@gcc_version@/mkinstalldirs \# $RPM_BUILD_ROOT/opt/gnatrtems/@target_alias@/bincd gccecho "Starting install of gnat"make prefix=$RPM_BUILD_ROOT/opt/gnatrtems \CC=gcc CFLAGS="-O2 -g -gnata -gnatp" LANGUAGES="c ada" install# GNAT has to be mostly installed to even build itselfmake prefix=$RPM_BUILD_ROOT/opt/gnatrtems install-info# cd go back to build/pwdcd ..# gzip info filesgzip -f $RPM_BUILD_ROOT/opt/gnatrtems/info/*.info 2>/dev/nullgzip -f $RPM_BUILD_ROOT/opt/gnatrtems/info/*.info-? 2>/dev/nullgzip -f $RPM_BUILD_ROOT/opt/gnatrtems/info/*.info-?? 2>/dev/nullrm -f dirs ;echo "%dir /opt/gnatrtems/lib" >> dirs ;echo "%dir /opt/gnatrtems/lib/gcc-lib" >> dirs ;echo "%dir /opt/gnatrtems/lib/gcc-lib/@target_alias@" >> dirs ;touch ../files# if test -f $RPM_BUILD_ROOT/opt/gnatrtems/info/configure.info.gz;# then# These common files are only present in binutils >= 2.9.5# find $RPM_BUILD_ROOT/opt/gnatrtems/info -name 'configure.*' | \# sed -e "s,^$RPM_BUILD_ROOT,,g" > ../files# else# touch ../files# fi# These target specific files are only present in binutils >= 2.9.5if test -f /opt/gnatrtems/bin/@target_alias@-readelf@exe_ext@;thenecho /opt/gnatrtems/bin/@target_alias@-readelf@exe_ext@ > ../files.targetelsetouch ../files.targetfi# Collect multilib subdirectoriesTGTDIR="$RPM_BUILD_ROOT/opt/gnatrtems/lib/gcc-lib/@target_alias@/@gcc_version@"find $TGTDIR \\( -type d -a ! -path "$TGTDIR/include*" \) -print | \sed -e "s,^$RPM_BUILD_ROOT,%dir ,g" >> dirs# Collect files to go into different packages# NOTE: This is left in as a place holder to move the 2.95.x code into.cp dirs ../files.gccf=`find $TGTDIR ! -type d -print | sed -e "s,^$RPM_BUILD_ROOT,,g"`;for i in $f; docase $i in*) echo "$i" >> ../files.gcc ;;esacdone%files -n rtems-base-gnat-binutils -f files%dir /opt/gnatrtems/info# %doc /opt/gnatrtems/info/dir# %doc /opt/gnatrtems/info/as.info.gz# %doc /opt/gnatrtems/info/as.info-?.gz# %doc /opt/gnatrtems/info/bfd.info.gz# %doc /opt/gnatrtems/info/bfd.info-?.gz# %doc /opt/gnatrtems/info/binutils.info.gz# %doc /opt/gnatrtems/info/binutils.info-?.gz# %doc /opt/gnatrtems/info/ld.info.gz# %doc /opt/gnatrtems/info/ld.info-?.gz# %doc /opt/gnatrtems/info/gasp.info.gz# %doc /opt/gnatrtems/info/standards.info.gz%dir /opt/gnatrtems/man%dir /opt/gnatrtems/man/man1%dir /opt/gnatrtems/include/opt/gnatrtems/include/bfd.h/opt/gnatrtems/include/ansidecl.h/opt/gnatrtems/include/bfdlink.h%dir /opt/gnatrtems/lib/opt/gnatrtems/lib/libbfd*/opt/gnatrtems/lib/libiberty*/opt/gnatrtems/lib/libopcodes*# %dir /opt/gnatrtems/share# %dir /opt/gnatrtems/share/locale%files -n @target_alias@-gnat-binutils -f files.target%doc /opt/gnatrtems/man/man1/@target_alias@-*.1%dir /opt/gnatrtems/bin/opt/gnatrtems/bin/@target_alias@-addr2line@exe_ext@/opt/gnatrtems/bin/@target_alias@-ar@exe_ext@/opt/gnatrtems/bin/@target_alias@-as@exe_ext@/opt/gnatrtems/bin/@target_alias@-c++filt@exe_ext@/opt/gnatrtems/bin/@target_alias@-gasp@exe_ext@/opt/gnatrtems/bin/@target_alias@-ld@exe_ext@/opt/gnatrtems/bin/@target_alias@-nm@exe_ext@/opt/gnatrtems/bin/@target_alias@-objcopy@exe_ext@/opt/gnatrtems/bin/@target_alias@-objdump@exe_ext@/opt/gnatrtems/bin/@target_alias@-ranlib@exe_ext@# readelf is not in older binutils so get it from file list# /opt/gnatrtems/bin/@target_alias@-readelf@exe_ext@/opt/gnatrtems/bin/@target_alias@-size@exe_ext@/opt/gnatrtems/bin/@target_alias@-strings@exe_ext@/opt/gnatrtems/bin/@target_alias@-strip@exe_ext@%dir /opt/gnatrtems/@target_alias@%dir /opt/gnatrtems/@target_alias@/bin/opt/gnatrtems/@target_alias@/bin/ar@exe_ext@/opt/gnatrtems/@target_alias@/bin/as@exe_ext@/opt/gnatrtems/@target_alias@/bin/ld@exe_ext@/opt/gnatrtems/@target_alias@/bin/nm@exe_ext@/opt/gnatrtems/@target_alias@/bin/ranlib@exe_ext@/opt/gnatrtems/@target_alias@/bin/strip@exe_ext@%dir /opt/gnatrtems/@target_alias@/lib/opt/gnatrtems/@target_alias@/lib/ldscripts%files -n rtems-base-gnat%dir /opt/gnatrtems/info# %doc /opt/gnatrtems/info/dir%doc /opt/gnatrtems/info/cpp.info*%doc /opt/gnatrtems/info/gcc.info*%doc /opt/gnatrtems/info/libc.info*%doc /opt/gnatrtems/info/libm.info*# %dir /opt/gnatrtems/man# %dir /opt/gnatrtems/man/man1%doc /opt/gnatrtems/man/man1/cccp.1%doc /opt/gnatrtems/man/man1/@target_alias@-gcc.1%dir /opt/gnatrtems/bin# /opt/gnatrtems/bin/cpp@exe_ext@# /opt/gnatrtems/bin/gcov@exe_ext@%dir /opt/gnatrtems/include# /opt/gnatrtems/include/g++-3%files -n @target_alias@-gnat -f files.gcc/opt/gnatrtems/bin/@target_alias@-gcc@exe_ext@%dir /opt/gnatrtems/lib/gcc-lib/@target_alias@/@gcc_version@/include/opt/gnatrtems/@target_alias@%post -n @target_alias@-gnatif test -d $RPM_INSTALL_PREFIX/rtems/info;thenrm -f $RPM_INSTALL_PREFIX/rtems/info/dirf=`find $RPM_INSTALL_PREFIX/rtems/info -name '*.info.gz'`test -n "$f" && for i in $f; doinstall-info $i $RPM_INSTALL_PREFIX/rtems/info/dirdonefi%postun -n @target_alias@-gnatif test -d $RPM_INSTALL_PREFIX/rtems/info;thenrm -f $RPM_INSTALL_PREFIX/rtems/info/dirf=`find $RPM_INSTALL_PREFIX/rtems/info -name '*.info.gz'`test -n "$f" && for i in $f; doinstall-info $i $RPM_INSTALL_PREFIX/rtems/info/dirdonefi
