summaryrefslogtreecommitdiff
path: root/RTEMS_Makefiles/Makefile.ncurses
diff options
context:
space:
mode:
Diffstat (limited to 'RTEMS_Makefiles/Makefile.ncurses')
-rw-r--r--RTEMS_Makefiles/Makefile.ncurses28
1 files changed, 0 insertions, 28 deletions
diff --git a/RTEMS_Makefiles/Makefile.ncurses b/RTEMS_Makefiles/Makefile.ncurses
deleted file mode 100644
index 3df6d38..0000000
--- a/RTEMS_Makefiles/Makefile.ncurses
+++ /dev/null
@@ -1,28 +0,0 @@
-#
-# Declare supported terminal types.
-# This value can be augmented/overridden by the site-configuration file
-#
-TERMINALS=xterm,vt100,linux,ansi
-
-include ../RTEMS_Makefiles/Makefile.common
-
-#
-# The following will work only if you have the latest ncurses version
-# of infocmp installed before trying to build for an RTEMS target.
-# The cf_cv_type_of_bool hack works around a bug when configuring
-# for a cross-target.
-#
-all:
- cf_cv_type_of_bool=char CXX="$(CC)" TERM=xterm ./configure \
- --host=$(RTEMS_CPU)-rtems \
- --prefix=$(exec_prefix) \
- --libdir=$(exec_prefix)/$(RTEMS_BSP)/lib \
- --includedir=$(exec_prefix)/$(RTEMS_BSP)/lib/include \
- --without-ada \
- --without-progs \
- --without-cxx-binding \
- --disable-sigwinch \
- --disable-database \
- --with-fallbacks="$(TERMINALS)"
- make "TERM=xterm" "HOSTCC=gcc" "HOSTCCFLAGS=-I. -I../include" HOSTLDFLAGS=""
- make install