Overview
Comment: | Updated to build tcc statically and enable stubs |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
b850d29737b4dbeb7aa267629102d18d |
User & Date: | rkeene on 2014-05-05 17:16:38 |
Other Links: | manifest | tags |
Context
2014-05-05
| ||
20:48 | Updated to be quieter during installation of header files check-in: 2e16cde0c4 user: rkeene tags: trunk | |
17:16 | Updated to build tcc statically and enable stubs check-in: b850d29737 user: rkeene tags: trunk | |
17:16 | Updated to keep GCC headers into gcc directory check-in: e8cbf3c10e user: rkeene tags: trunk | |
Changes
Modified Makefile.in from [a463bb46e0] to [3392a9b99d].
︙ | |||
18 19 20 21 22 23 24 | 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | - + | PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_VERSION = @PACKAGE_VERSION@ TCLCONFIGPATH = @TCLCONFIGPATH@ TCL_PACKAGE_PATH = @TCL_PACKAGE_PATH@ tcllibdir = $(shell if echo "$(libdir)" | grep '^UNSPECIFIED' >/dev/null; then echo $(TCL_PACKAGE_PATH); else echo "$(libdir)"; fi) PACKAGE_INSTALL_DIR = $(tcllibdir)/$(PACKAGE_NAME)-$(PACKAGE_VERSION) |
︙ |
Modified build/tcc-patches/0.9.26/tcc-0.9.26-tcl.diff from [e03734effa] to [f74bb07351].
|
Deleted build/tcc-patches/0.9.26/tcc-0.9.26-win32useopenlibs.diff version [44e95e05fe].
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
|