From f6bb837f7810457e0399a12610705143909f7040 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 8 Apr 2011 17:33:18 +0000 Subject: 2011-04-08 Joel Sherrill * RTEMS_Makefiles/Makefile.gsl: New file. --- RTEMS_Makefiles/Makefile.gsl | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 RTEMS_Makefiles/Makefile.gsl (limited to 'RTEMS_Makefiles/Makefile.gsl') diff --git a/RTEMS_Makefiles/Makefile.gsl b/RTEMS_Makefiles/Makefile.gsl new file mode 100644 index 0000000..1a995b6 --- /dev/null +++ b/RTEMS_Makefiles/Makefile.gsl @@ -0,0 +1,19 @@ +# +# Declare supported terminal types. +# This value can be augmented/overridden by the site-configuration file +# +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: + ./configure --host=$(RTEMS_CPU)-rtems$(RTEMS_API) \ + --prefix=$(exec_prefix) \ + --includedir=$(exec_prefix)/lib/include \ + --disable-shared + make + make install -- cgit v1.2.3