summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Norum <WENorum@lbl.gov>2005-07-12 13:42:39 +0000
committerEric Norum <WENorum@lbl.gov>2005-07-12 13:42:39 +0000
commitd7fed7a53b275a95b80ffb829d94645b1b3bd802 (patch)
treed54095cb9eb484d470b39c640821beb12b5ed8b9
parentf6c00c8e780d59ca2e1fb082b40ba30b74d8a238 (diff)
Reduce dependency on build environment.
-rw-r--r--RTEMS_Makefiles/Makefile.ncurses4
1 files changed, 2 insertions, 2 deletions
diff --git a/RTEMS_Makefiles/Makefile.ncurses b/RTEMS_Makefiles/Makefile.ncurses
index 7c866cd..3df6d38 100644
--- a/RTEMS_Makefiles/Makefile.ncurses
+++ b/RTEMS_Makefiles/Makefile.ncurses
@@ -13,7 +13,7 @@ include ../RTEMS_Makefiles/Makefile.common
# for a cross-target.
#
all:
- cf_cv_type_of_bool=char CXX="$(CC)" ./configure \
+ cf_cv_type_of_bool=char CXX="$(CC)" TERM=xterm ./configure \
--host=$(RTEMS_CPU)-rtems \
--prefix=$(exec_prefix) \
--libdir=$(exec_prefix)/$(RTEMS_BSP)/lib \
@@ -24,5 +24,5 @@ all:
--disable-sigwinch \
--disable-database \
--with-fallbacks="$(TERMINALS)"
- make "HOSTCC=gcc" "HOSTCCFLAGS=-I. -I../include" HOSTLDFLAGS=""
+ make "TERM=xterm" "HOSTCC=gcc" "HOSTCCFLAGS=-I. -I../include" HOSTLDFLAGS=""
make install