summaryrefslogtreecommitdiffstats
path: root/rules/jimtcl.make
Commit message (Collapse)AuthorAgeFilesLines
* rules: used PTXDIST_SYSROOT_* instead of PTXCONF_SYSROOT_*Michael Olbrich2019-07-161-1/+1
| | | | | | | The value should be the same. Always use PTXDIST_SYSROOT_* for consistency. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* CREDITS: remove unmaintained fileRoland Hieber2019-07-031-2/+0
| | | | | | | | | | | | | | | This file has been touched 2 times in the last 7 years, and is no longer up to date. Remove it to carry less unmaintained stuff around. Also remove all references to it from file headers using for file in `g grep -l 'See CREDITS for details about who has'`; do sed -i '/See CREDITS for details about who has/,+1d' $file done as well as the different wording from rules/other/Toplevel.make. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-jimtcl: use '--prefix='Michael Olbrich2019-06-141-1/+1
| | | | | | | It's the correct for host packages. Without this, header files and libjim are not found by default. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* jimtcl: new packageLadislav Michl2018-10-091-0/+91
Jim is an opensource small-footprint implementation of the Tcl programming language. This package is intended to replace Tcl (which is in staging already) as it fits PTXdist more due to its small size. Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>