summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Norum <WENorum@lbl.gov>2002-12-17 16:55:16 +0000
committerEric Norum <WENorum@lbl.gov>2002-12-17 16:55:16 +0000
commit524360f8bf6b0cf2702b8ea7d5a2e6792ca1d9bc (patch)
tree14a73f1ad2b4f36c36cac91a8ca7d133bab3e6b6
parent578aeeab6e04ad15e75c679c3a7956b58db21b8f (diff)
I don't know how this ever worked -- somehow the host CPU was getting merged
as part of the RTEMS target name.
-rw-r--r--RTEMS_Makefiles/Makefile.ncurses2
1 files changed, 1 insertions, 1 deletions
diff --git a/RTEMS_Makefiles/Makefile.ncurses b/RTEMS_Makefiles/Makefile.ncurses
index 99d47d4..7c866cd 100644
--- a/RTEMS_Makefiles/Makefile.ncurses
+++ b/RTEMS_Makefiles/Makefile.ncurses
@@ -14,7 +14,7 @@ include ../RTEMS_Makefiles/Makefile.common
#
all:
cf_cv_type_of_bool=char CXX="$(CC)" ./configure \
- --host=`uname -m`-$(RTEMS_HOST) \
+ --host=$(RTEMS_CPU)-rtems \
--prefix=$(exec_prefix) \
--libdir=$(exec_prefix)/$(RTEMS_BSP)/lib \
--includedir=$(exec_prefix)/$(RTEMS_BSP)/lib/include \