[rtems-addon-packages commit] Makefile.ncurses-5.3: Not used and removed
Joel Sherril
joel at rtems.org
Wed May 27 21:40:53 UTC 2015
Module: rtems-addon-packages
Branch: master
Commit: 4f5951a6e38746130a8825692391aeebeb99fd8f
Changeset: http://git.rtems.org/rtems-addon-packages/commit/?id=4f5951a6e38746130a8825692391aeebeb99fd8f
Author: Joel Sherrill <joel.sherrill at oarcorp.com>
Date: Wed May 27 14:39:56 2015 -0700
Makefile.ncurses-5.3: Not used and removed
---
RTEMS_Makefiles/Makefile.ncurses-5.3 | 31 -------------------------------
1 file changed, 31 deletions(-)
diff --git a/RTEMS_Makefiles/Makefile.ncurses-5.3 b/RTEMS_Makefiles/Makefile.ncurses-5.3
deleted file mode 100644
index 54aef10..0000000
--- a/RTEMS_Makefiles/Makefile.ncurses-5.3
+++ /dev/null
@@ -1,31 +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.
- #cf_cv_type_of_bool=char CXX="$(CC)" ./configure \
-#
-all:
- 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 \
- --with-bool="unsigned char" \
- --disable-sigwinch \
- --disable-database \
- --with-fallbacks="$(TERMINALS)"
- make "TERM=xterm" "HOSTCC=gcc" "HOSTCCFLAGS=-I. -I../include" HOSTLDFLAGS=""
- make install
- make distclean
More information about the vc
mailing list