forked from Imagelibrary/rtems
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:
@@ -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>
|
2001-02-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.inc.in: Remove RTEMS_HOST.
|
* Makefile.inc.in: Remove RTEMS_HOST.
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
RTEMS_BSP = @RTEMS_BSP@
|
RTEMS_BSP = @RTEMS_BSP@
|
||||||
|
|
||||||
prefix = @prefix@
|
prefix = @prefix@
|
||||||
|
exec_prefix = @exec_prefix@
|
||||||
|
|
||||||
CC_FOR_TARGET = @CC@
|
CC_FOR_TARGET = @CC@
|
||||||
AS_FOR_TARGET = @AS@
|
AS_FOR_TARGET = @AS@
|
||||||
@@ -31,7 +32,7 @@ export SIZE
|
|||||||
export OBJCOPY
|
export OBJCOPY
|
||||||
|
|
||||||
RTEMS_CUSTOM = $(prefix)/make/custom/$(RTEMS_BSP).cfg
|
RTEMS_CUSTOM = $(prefix)/make/custom/$(RTEMS_BSP).cfg
|
||||||
PROJECT_ROOT = $(prefix)/
|
PROJECT_ROOT = $(prefix)
|
||||||
RTEMS_USE_OWN_PDIR = no
|
RTEMS_USE_OWN_PDIR = no
|
||||||
RTEMS_HAS_POSIX_API = @RTEMS_HAS_POSIX_API@
|
RTEMS_HAS_POSIX_API = @RTEMS_HAS_POSIX_API@
|
||||||
RTEMS_HAS_ITRON_API = @RTEMS_HAS_ITRON_API@
|
RTEMS_HAS_ITRON_API = @RTEMS_HAS_ITRON_API@
|
||||||
|
|||||||
Reference in New Issue
Block a user