summaryrefslogtreecommitdiffstats
path: root/scripts/configure.in (unfollow)
Commit message (Collapse)AuthorFilesLines
2001-10-122001-10-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-82/+0
* .cvsignore: Add autom4te.cache for autoconf > 2.52. * configure.in: Remove. * configure.ac: New file, generated from configure.in by autoupdate.
2001-09-062001-07-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-1/+2
* autotools/Makefile.am, autotools/autoconf-rtems.spec, autotools/automake-rtems.spec: New. * configure.in, Makefile.am: Add autotools/.
2001-08-302001-08-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+2
* buildalltar.in: New file. * configure.in, Makefile.am: Modified to reflect addition of file.
2001-05-242001-05-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-8/+16
* configure.in: Remove AC_EXEEXT, treat .exe manually. * gccnewlib/base-gcc.add: Remove cpp. * gccnewlib/gccnewlib.add: mv cpp $target_alias-cpp, update copyright.
2000-11-092000-11-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-6/+5
* configure.in: Adapt m4-quoting to autoconf-2.49b, use $host instead of $target to setup RPM_CPU, move chmod 755 buildall to AC_OUTPUT's extra-cmds.
2000-10-262000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-2/+2
* configure.in: Remove trailing '/'s from setting up RPM_SPECdir.
2000-06-12Merged from 4.5.0-beta3aJoel Sherrill1-1/+17
2000-02-08Patches rtems-rc-20000204-0.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-1/+1
that contains: * Removes remaining (now illegal) references to $(SRC) from a couple of Makefile.ams * Removes duplicate AC_CONFIG_SUBDIRS macro from c/configure.in * Moves ENABLE_LIBCDIR into RTEMS_PROG_C[C|XX]_FOR_TARGET (hides LIBCDIR from most configure scripts, i.e. LIBCDIR becomes less visible) * Adds RTEMS_PROG_C[C|XX]_FOR_TARGET and RTEMS_CANONICALIZE_TOOLS to libbsp/*/configure.ins (A minor bug in previous implementations, which only has an impact when switching to GNU/Cygnus canonicalization) * Cleans up several bogus comments. * Removes MKLIB * Switches the version number to 4.5.0 (for testing version number handling)
2000-02-08Patch from David Fiddes <D.J.Fiddes@hw.ac.uk> to match his CygwinJoel Sherrill1-0/+3
for RTEMS toolkit.
2000-02-01Patches rtems-rc-20000118-5.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-1/+2
that contains: * The fix for the gen68360/network/Makefile.am * automatically set permissions to 755 to scripts/buildall and scripts-ada/buildall (I remembered a trick to achieve this :). * automake support for libbsp/* and libcpu/* (Attn: This part will finally break old-style configuration for all non-public cpus) NOTES: * This patch has only been tested for a random selection of BSPs (I haven't rebuilt all toolchains yet). * This patch is against rtem-cvs as of this morning (MET). To apply: patch -p1 <rtems-rc-20000118-5.diff cvs rm -f ./c/src/lib/libbsp/Makefile.in cvs rm -f ./c/src/lib/libbsp/shmdr/Makefile.in cvs rm -f ./c/src/lib/libcpu/Makefile.in cvs add ./c/src/lib/libbsp/Makefile.am cvs add ./c/src/lib/libbsp/shmdr/Makefile.am cvs add ./c/src/lib/libcpu/Makefile.am ./bootstrap
2000-01-27Removed gnat and made final cleanup.Joel Sherrill1-3/+1
2000-01-24Attempting to split binutils and gcc into base/shared and CPU specificJoel Sherrill1-1/+1
packages.
2000-01-23Patch from David Fiddes <D.J@fiddes.surfaid.org> which adds basicJoel Sherrill1-0/+2
Cygwin support to the RPM scripts. The patch from David did not apply cleanly and Joel ended up making all the modifications plus some it should have included for consistency by hand. His comments: I've included a diff against the last (19991203) snapshot RPM scripts that adds what I think is required for Cygwin support. Basically all this boils down to is adding EXE extension support. I've added the AC_EXEEXT rule to conifgure.in (requires a valid 'cc' to work - this is not available in the standard Cygwin distro). Each of the *.spec.in have @exe_ext@ includes in them for each program that results in an EXE. The only odity here is that the chill driver program is a shell script and thus does not require .exe to be added... The mk*.in have all been updated to process the new exe_ext rule.
1999-11-22RTEMS RPM basically working.Joel Sherrill1-4/+1
1999-11-04Added first stab at mkgnatnewlib.Joel Sherrill1-0/+2
1999-10-25Patch generated from scripts-19991025-0.tar.gz fromJoel Sherrill1-1/+1
Ralf Corsepius <corsepiu@faw.uni-ulm.de>: Most significant changes: * Names for rpms changed again * gccnewlib.rpm split into 3 rpms, one for chill, gcj, gcc (includes c/c++/f77/objc), simultaneously built from a common *.spec. * small patches with major impact to gcc and newlib (Those fixes mentioned to Ian, ie. libobjc/libchill are built, multilibing works) * gcc patch against gcc-2.95.2 (Should also apply to gcc-2.95.1 without major problems) * Buildroot removed from */*spec.in * New: rpm Group: "rtems" (rpm -q -g rtems reports all RTEMS packages)
1999-10-25Merged scripts-19991022-0 changes from Ralf.Joel Sherrill1-1/+1
1999-10-21Now builds RPM without complete source. Each target is only 15K.Joel Sherrill1-1/+1
1999-10-21Made the RTEMS version get substituted properly even though it isJoel Sherrill1-0/+2
not right yet. Now can specify rpm_build_root via setup.
1999-10-21Added sh-rtemself and m68k-rtemself.Joel Sherrill1-1/+1
1999-10-21Changes from Ralf with script-19991021-0. He fixed the %filesJoel Sherrill1-4/+8
issue and has mkbspspec in a better state. user.cfg is now gone. There are some miscellaneous changes to buildall done by Joel to clean up the build process.
1999-10-20Moved stuff to rtems subdirectory and made sure the system stillJoel Sherrill1-0/+3
functioned.
1999-10-20Miscellaneous improvements and cleanups committed so I can mergeJoel Sherrill1-1/+3
Ralf's end of day version.
1999-10-20Adding the infrastructure for gdb.Joel Sherrill1-0/+2
1999-10-20Corrected typo.Joel Sherrill1-3/+3
1999-10-20New version from Ralf.Joel Sherrill1-0/+40