Commit Graph

7177 Commits

Author SHA1 Message Date
Ralf Corsepius
8e4cd5a6f7 2002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/multilib.am: Don't include @RTEMS_BSP@.cfg.
	* automake/compile.am: Remove hard-coded CFLAGS_PROFILE_V.
	Add autoconf-supplied CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
	CFLAGS_PROFILE_V.
	Hard-code RTEMS_CFLAGS_PROFILE = -pg
	* aclocal/prog-cc.m4: Sync with toplevel/aclocal/prog-cc.m4.
	Remove GCCSED.
	* aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS,
	CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V.
2002-12-06 11:21:50 +00:00
Ralf Corsepius
9bd78e3e68 2002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/posix.cfg: Remove comment referring to host.cfg.
2002-12-06 11:21:45 +00:00
Ralf Corsepius
dfa8fe34bb 2002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2002-12-06 08:23:08 +00:00
Ralf Corsepius
c2113d3038 2002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS,
	CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY.
	* aclocal/prog-cc.m4: Reworked CFLAGS handling.
	* aclocal/prog-cxx.m4: Reworked CXXFLAGS handling.
2002-12-06 07:13:50 +00:00
Ralf Corsepius
f69283e2e7 2002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2002-12-06 06:48:05 +00:00
Ralf Corsepius
c7078611fc 2002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add various checks to enhance portability.
	* src/termios.c: Reflect changes to configure.ac.
2002-12-06 06:25:58 +00:00
Ralf Corsepius
382e1eb331 2002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
	CFLAGS_DEBUG_V, CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to
	ac_configure_args.
2002-12-06 04:44:40 +00:00
Ralf Corsepius
8b38a769b8 2002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/rtems-flags.m4: New.
2002-12-06 04:40:18 +00:00
Ralf Corsepius
82b1805a1d 2002-12-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bootstrap: Allow autoconf-2.57.
2002-12-04 16:38:50 +00:00
Joel Sherrill
e819fefcd2 2002-12-02 Joel Sherrill <joel@OARcorp.com>
* stackchk/check.c: Better handling of task name.
2002-12-03 00:47:10 +00:00
Joel Sherrill
5a5b0b5203 2002-12-02 Joel Sherrill <joel@OARcorp.com>
* malloctest/init.c: Tasks should be floating point.
2002-12-03 00:46:40 +00:00
Joel Sherrill
2e332a946d 2002-12-02 Joel Sherrill <joel@OARcorp.com>
* setup.def, gcc3newlib/gccnewlib.add: Updated to gcc 3.2.1 RPM revision
	2 which enabled the mips-rtems gnat using gcc 3.2.1 patch 20021129.
2002-12-02 19:17:27 +00:00
Joel Sherrill
2728d9cf48 2002-12-02 Joel Sherrill <joel@OARcorp.com>
* include/rtems/score/object.h, include/rtems/score/tod.h:
	Added casts to eliminate warnings on 16 bit targets like the h8300.
2002-12-02 19:16:37 +00:00
Joel Sherrill
bbad6f0f79 2002-12-02 Joel Sherrill <joel@OARcorp.com>
* include/rtems/rtems/support.h: Added casts to eliminate warnings
	on 16 bit targets like the h8300.
2002-12-02 19:15:58 +00:00
Joel Sherrill
35ee867eb9 2002-12-02 Joel Sherrill <joel@OARcorp.com>
* include/rtems/posix/timer.h, src/keygetspecific.c,
	src/posixtimespecsubtract.c, src/ptimer1.c, src/semunlink.c:
	Added casts to eliminate warnings on 16-bit targets like the h8300.
2002-12-02 19:15:24 +00:00
Joel Sherrill
a36e98889f 2002-12-02 Joel Sherrill <joel@OARcorp.com>
* src/dosfs/fat.h, src/dosfs/msdos.h: Added casts to remove warnings
	on 16 bit targets like the h8300.
2002-12-02 19:14:27 +00:00
Joel Sherrill
36ea4c2a7c 2002-12-02 Joel Sherrill <joel@OARcorp.com>
* configure.ac, network/Makefile.am: Don't build if networking disabled.
	* startup/linkcmds: Add sections to remove warnings.
2002-12-02 19:13:38 +00:00
Joel Sherrill
7e476f0279 2002-12-02 Joel Sherrill <joel@OARcorp.com>
* include/rtems/libio.h: Internally use a union of an unsigned64
	and major/minor device so we don't get into trouble shifting.
	The h8300 seemed to be impossible to remove warnings otherwise.
	Eventually the structure definition of a dev_t might be better anyway.
	* include/sys/ioccom.h: Added casts to remove warnings on 16 bit
	targets.
2002-12-02 19:13:26 +00:00
Joel Sherrill
25f37e8618 2002-12-02 Joel Sherrill <joel@OARcorp.com>
* src/bdbuf.c: Added cast to remove warning.
2002-12-02 19:11:40 +00:00
Joel Sherrill
aed317ab9b 2002-12-02 Joel Sherrill <joel@OARcorp.com>
* pxfl/.cvsignore, pxfl/Makefile.in, pxfl/README,
	pxfl/floss-bsp.h: Removed.
2002-12-02 17:47:47 +00:00
Ralf Corsepius
0dcf8597c4 2002-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* mpc8260/Makefile.am: Merge-in mpc8260/include/Makefile.am.
	* mpc8xx/Makefile.am: Merge-in mpc8xx/include/Makefile.am.
	* mpc8260/include/Makefile.am: Remove.
	* mpc8xx/include/Makefile.am: Remove.
	* configure.ac: Remove mpc8260/include/Makefile.
	Remove mpc8xx/include/Makefile.
2002-12-02 15:14:36 +00:00
Joel Sherrill
0535d92e88 2002-12-02 Joel Sherrill <joel@OARcorp.com>
* shared/soft_reset_asm.S: Removed.
2002-12-02 15:01:10 +00:00
Ralf Corsepius
aa8b17ea6e 2002-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add RTEMS_PROG_CCAS.
2002-12-01 12:21:17 +00:00
Ralf Corsepius
0730209cc5 2002-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add RTEMS_PROG_CCAS.
2002-12-01 12:14:38 +00:00
Ralf Corsepius
a6ebf56053 2002-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add RTEMS_PROG_CCAS.
2002-12-01 12:00:26 +00:00
Ralf Corsepius
6b20f44fa8 2002-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bin2boot.c: #include POSIX compliant <string.h> instead of BSD
	proprietary memory.h.
2002-12-01 11:48:27 +00:00
Ralf Corsepius
c47c12b884 2002-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/prog-cc.m4: Remove GCCSED.
2002-12-01 11:45:50 +00:00
Ralf Corsepius
29d82b2506 2002-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/compile.am: Remove LDFLAGS_INCOMPLETE.
	Remove LDFLAGS.
	Add CCAS, CCASCOMPILE.
	Remove compilation rules for *.cpp, *.cxx, *.C.
	Use CCASCOMPILE to compile *.S.
	Add -pg to RTEMS_CFLAGS_PROFILE_V.
2002-12-01 08:01:04 +00:00
Joel Sherrill
472f35a1d1 2002-11-29 Joel Sherrill <joel@OARcorp.com>
* setup.def: Updated to gcc-3.2.1.
2002-11-29 21:18:29 +00:00
Eric Norum
c7cba29441 Return error rather than panic if argument is unsupported. 2002-11-29 19:06:54 +00:00
Ralf Corsepius
f1de6bcea4 2002-11-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/default.cfg: Pickup target.cfg from BSP directory.
2002-11-29 11:18:58 +00:00
Ralf Corsepius
fc195b2b61 2002-11-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Remove.
2002-11-29 11:16:45 +00:00
Ralf Corsepius
b1cf0c73ba 2002-11-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove.
	* target.cfg.in: Remove.
	* Makefile.am: Remove.
	* ChangeLog: Remove.
2002-11-29 11:15:05 +00:00
Ralf Corsepius
87ecb88cab 2002-11-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove c/make.
2002-11-29 11:13:12 +00:00
Ralf Corsepius
8da107446b 2002-11-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* target.cfg.in: New, copy of c/make/target.cfg.in.
	* configure.ac: Add target.cfg.
	* Makefile.am: Add target.cfg.
2002-11-29 11:10:57 +00:00
Ralf Corsepius
ff65620a69 2002-11-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/prog-ccas.m4: New.
	* aclocal/check-custom-bsp.m4: New, split out from check-bsps.m4.
	* aclocal/check-bsps.m4: Split out RTEMS_CHECK_CUSTOM_BSP.
	* aclocal/canonicalize-tools.m4: Remove RTEMS_GCC_PRINT.
2002-11-29 08:27:53 +00:00
Joel Sherrill
f7e1564a61 2002-11-28 Joel Sherrill <joel@OARcorp.com>
* setup.def: Updated to gcc-3.2 and newlib1.1.0 RPM version 6.
	* gcc3newlib/gccnewlib.add: Reenabled i386-rtems gnat.
2002-11-28 21:12:23 +00:00
Ralf Corsepius
d35b77f021 2002-11-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* gcc3newlib/gccnewlib.add:
	Remove *.la's to make rpm-4.1/RH-8.0 happy.
	Remove libiberty.a to make rpm-4.1/RH-8.0 happy.
	Change gcc/version.c to reflect us having patched gcc.
2002-11-25 15:24:05 +00:00
Ralf Corsepius
e4eb1beab7 2002-11-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* binutils/binutils.add: Add BuildPreReq: /sbin/install-info.
	Disable nls.
	Apply gzip -9qf to compress *infos and *mans.
	Apply /sbin/install-info.
	Remove  *c++-filt.
	* binutils/base-binutils.add: Add PreReq: /sbin/install-info.
	Apply /sbin/install-info.
	Package as.info-*.gz.
	* binutils/target-binutils.add:
	Package man1/*.1*.
2002-11-22 18:15:43 +00:00
Ralf Corsepius
cccb7e04b0 2002-11-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
	* sapi/Makefile.am: Removed.
	* rtems/Makefile.am: Removed.
	* rel.am: Removed.
	* configure.ac: Add RTEMS_BSP_CHECK_CACHE.
	Reflect changes above.
2002-11-20 14:21:25 +00:00
Ralf Corsepius
b6cc40a1e7 2002-11-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* acinclude.m4: Conditionally append --target=.
2002-11-20 13:41:51 +00:00
Ralf Corsepius
6fa25bcd97 2002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Don't include @RTEMS_BSP@.cfg (unused).
2002-11-20 02:59:35 +00:00
Ralf Corsepius
fd5e23acf1 2002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V (Unused).
2002-11-20 02:57:45 +00:00
Ralf Corsepius
0a9a0f5f49 2002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/quoting.m4: Reworked (Part of fix to PR 312).
2002-11-20 02:57:38 +00:00
Ralf Corsepius
cd1fac672b 2002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove duplicate
	AC_CONFIG_FILES(ts_1325_ada/Makefile).
2002-11-20 01:37:49 +00:00
Ralf Corsepius
3bebc79479 2002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
2002-11-20 01:22:20 +00:00
Ralf Corsepius
3f4382fe0e 2002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
	changes.
2002-11-20 01:12:53 +00:00
Ralf Corsepius
4f210c043c 2002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
2002-11-20 01:12:43 +00:00
Ralf Corsepius
9d721178ee 2002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Cosmetical fixes.
2002-11-19 22:37:21 +00:00
Ralf Corsepius
47c0220397 2002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Fix package name.
2002-11-19 22:23:50 +00:00