Overview
Comment: | Minor cleanup |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
d2385ff77474078c584d870aa71b8f43 |
User & Date: | rkeene on 2014-05-02 05:39:02 |
Other Links: | manifest | tags |
Context
2014-05-02
| ||
06:29 | Added more cross-compiling support check-in: ea645d2a50 user: rkeene tags: trunk | |
05:39 | Minor cleanup check-in: d2385ff774 user: rkeene tags: trunk | |
05:34 | Updated to install required basic headers check-in: 0a6b909b1f user: rkeene tags: trunk | |
Changes
Modified Makefile.in from [85aaa6526a] to [dfbe0b3ccd].
1 2 3 4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | - + - + - + | prefix = UNSPECIFIED exec_prefix = @exec_prefix@ libdir = @libdir@ |
︙ | |||
50 51 52 53 54 55 56 | 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 | - + - + | tcltcc-static.a: tcltcc.o tcc/libtcc.a cp tcc/libtcc.a tcltcc-static.new.a $(AR) rcu tcltcc-static.new.a tcltcc.o -$(RANLIB) tcltcc-static.new.a mv tcltcc-static.new.a tcltcc-static.a |
︙ |
Modified configure.ac from [d1da927dd5] to [cc0f388ad8].
︙ | |||
9 10 11 12 13 14 15 | 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | - + - + - + + - + - + - + - + + + | dnl Determine system information DC_CHK_OS_INFO dnl Determine if a shared or static build is requested AC_ARG_ENABLE([static], AS_HELP_STRING([--enable-static], [build static library instead of shared library]), [ if test "$enableval" = "no"; then |
︙ |