2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* Makefile.inc.in: Add exec_prefix, remove terminating / from
	PROJECT_ROOT.
	* host.cfg.in: Update from <toplevel>/make/host.cfg.in
This commit is contained in:
Joel Sherrill
2001-02-05 18:20:58 +00:00
parent 6e6f0f066a
commit 81a1802be5
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.inc.in: Add exec_prefix, remove terminating / from
PROJECT_ROOT.
* host.cfg.in: Update from <toplevel>/make/host.cfg.in
2001-02-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.inc.in: Remove RTEMS_HOST.

View File

@@ -5,6 +5,7 @@
RTEMS_BSP = @RTEMS_BSP@
prefix = @prefix@
exec_prefix = @exec_prefix@
CC_FOR_TARGET = @CC@
AS_FOR_TARGET = @AS@
@@ -31,7 +32,7 @@ export SIZE
export OBJCOPY
RTEMS_CUSTOM = $(prefix)/make/custom/$(RTEMS_BSP).cfg
PROJECT_ROOT = $(prefix)/
PROJECT_ROOT = $(prefix)
RTEMS_USE_OWN_PDIR = no
RTEMS_HAS_POSIX_API = @RTEMS_HAS_POSIX_API@
RTEMS_HAS_ITRON_API = @RTEMS_HAS_ITRON_API@