Mercurial > masqmail
comparison docs/agenda-config.site @ 59:941413084f56
updated docs; moved files around
updated the INSTALL file with content from the old website
moved *agenda* and *ipaq files to docs (are they still relevant?)
author | meillo@marmaro.de |
---|---|
date | Sat, 29 May 2010 22:53:42 +0200 |
parents | agenda-config.site@08114f7dcc23 |
children |
comparison
equal
deleted
inserted
replaced
58:6ab62592cac4 | 59:941413084f56 |
---|---|
1 # config.site for configure | |
2 # Agenda Vr3 TARGET | |
3 | |
4 # You could put this file to /usr/local/mipsel-linux/etc/agenda-config.site | |
5 | |
6 # run with | |
7 # CONFIG_SITE=/wherever/you/store/it/agenda-config.site ./configure | |
8 # or | |
9 # export CONFIG_SITE=/wherever/you/store/it/agenda-config.site | |
10 # if this is going to be a whole compilation orgy | |
11 | |
12 # Modified from the one provided by Bradley D. LaRonde | |
13 | |
14 # Edited by Andrej Cedilnik <acedil1@csee.umbc.edu> | |
15 | |
16 # Used some of solutions by Tilman Vogel <Tilman.Vogel@web.de> | |
17 | |
18 HOSTCC=gcc | |
19 | |
20 # Names of the cross-compilers | |
21 CC=mipsel-linux-gcc | |
22 CXX=mipsel-linux-gcc | |
23 | |
24 # The cross compiler specific options | |
25 CFLAGS="-s -mips2 -O2 -fno-exceptions" | |
26 CXXFLAGS="-s -mips2 -O2 -fno-exceptions -I/usr/mipsel-linux/include/g++" | |
27 CPPFLAGS="-s -mips2 -O2 -fno-exceptions -I/usr/mipsel-linux/include/g++" | |
28 LDFLAGS="-s -mips2" | |
29 | |
30 # Some other programs | |
31 AR=mipsel-linux-ar | |
32 RANLIB=mipsel-linux-ranlib | |
33 NM=mipsel-linux-nm | |
34 ac_cv_path_NM=mipsel-linux-nm | |
35 ac_cv_func_setpgrp_void=yes | |
36 host=mipsel-linux | |
37 #prefix=/usr/mipsel-linux | |
38 x_includes=/usr/mipsel-linux/include | |
39 x_libraries=/usr/mipsel-linux/X11R6/lib | |
40 | |
41 # These are for GNU shellutils | |
42 jm_cv_have_proc_uptime=yes | |
43 jm_cv_func_working_gnu_strftime=yes | |
44 | |
45 # Some options for ease of compiling python | |
46 ac_cv_sizeof_int=4 | |
47 ac_cv_sizeof_char=1 | |
48 ac_cv_sizeof_short=2 | |
49 ac_cv_sizeof_float=4 | |
50 ac_cv_sizeof_double=8 | |
51 ac_cv_sizeof_pthread_t=4 | |
52 ac_cv_sizeof_long=4 | |
53 ac_cv_sizeof_void_p=4 | |
54 ac_cv_sizeof_long_long=8 | |
55 ac_cv_sizeof_off_t=4 | |
56 ac_cv_sizeof_fpos_t=4 | |
57 ac_cv_sizeof_time_t=4 | |
58 | |
59 # Some other stuff nobody knows why | |
60 bad_forward=no | |
61 LDSHARED='mipsel-linux-gcc -msoft-float -shared' | |
62 ac_cv_malloc_zero=nonnull | |
63 | |
64 # squeak wants this | |
65 # can't do misaligned access to doubles | |
66 ac_cv_double_align=no | |
67 # dunno what order doubles are in | |
68 ac_cv_double_order=no | |
69 | |
70 ac_cv_header_wchar_h=no | |
71 |