masqmail-0.2

diff agenda-config.site @ 0:08114f7dcc23

this is masqmail-0.2.21 from oliver kurth
author meillo@marmaro.de
date Fri, 26 Sep 2008 17:05:23 +0200
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/agenda-config.site	Fri Sep 26 17:05:23 2008 +0200
     1.3 @@ -0,0 +1,71 @@
     1.4 +# config.site for configure
     1.5 +# Agenda Vr3 TARGET
     1.6 +
     1.7 +# You could put this file to /usr/local/mipsel-linux/etc/agenda-config.site
     1.8 +
     1.9 +# run with
    1.10 +#   CONFIG_SITE=/wherever/you/store/it/agenda-config.site ./configure
    1.11 +# or
    1.12 +#   export CONFIG_SITE=/wherever/you/store/it/agenda-config.site
    1.13 +# if this is going to be a whole compilation orgy
    1.14 +
    1.15 +# Modified from the one provided by Bradley D. LaRonde
    1.16 +
    1.17 +# Edited by Andrej Cedilnik <acedil1@csee.umbc.edu>
    1.18 +
    1.19 +# Used some of solutions by Tilman Vogel <Tilman.Vogel@web.de>
    1.20 +
    1.21 +HOSTCC=gcc
    1.22 +
    1.23 +# Names of the cross-compilers
    1.24 +CC=mipsel-linux-gcc
    1.25 +CXX=mipsel-linux-gcc
    1.26 +
    1.27 +# The cross compiler specific options
    1.28 +CFLAGS="-s -mips2 -O2 -fno-exceptions"
    1.29 +CXXFLAGS="-s -mips2 -O2 -fno-exceptions -I/usr/mipsel-linux/include/g++"
    1.30 +CPPFLAGS="-s -mips2 -O2 -fno-exceptions -I/usr/mipsel-linux/include/g++"
    1.31 +LDFLAGS="-s -mips2"
    1.32 +
    1.33 +# Some other programs
    1.34 +AR=mipsel-linux-ar
    1.35 +RANLIB=mipsel-linux-ranlib
    1.36 +NM=mipsel-linux-nm
    1.37 +ac_cv_path_NM=mipsel-linux-nm
    1.38 +ac_cv_func_setpgrp_void=yes
    1.39 +host=mipsel-linux
    1.40 +#prefix=/usr/mipsel-linux
    1.41 +x_includes=/usr/mipsel-linux/include
    1.42 +x_libraries=/usr/mipsel-linux/X11R6/lib
    1.43 +
    1.44 +# These are for GNU shellutils
    1.45 +jm_cv_have_proc_uptime=yes
    1.46 +jm_cv_func_working_gnu_strftime=yes
    1.47 +
    1.48 +# Some options for ease of compiling python 
    1.49 +ac_cv_sizeof_int=4
    1.50 +ac_cv_sizeof_char=1
    1.51 +ac_cv_sizeof_short=2
    1.52 +ac_cv_sizeof_float=4
    1.53 +ac_cv_sizeof_double=8
    1.54 +ac_cv_sizeof_pthread_t=4
    1.55 +ac_cv_sizeof_long=4
    1.56 +ac_cv_sizeof_void_p=4
    1.57 +ac_cv_sizeof_long_long=8
    1.58 +ac_cv_sizeof_off_t=4
    1.59 +ac_cv_sizeof_fpos_t=4
    1.60 +ac_cv_sizeof_time_t=4
    1.61 +
    1.62 +# Some other stuff nobody knows why
    1.63 +bad_forward=no
    1.64 +LDSHARED='mipsel-linux-gcc -msoft-float -shared'
    1.65 +ac_cv_malloc_zero=nonnull
    1.66 +
    1.67 +# squeak wants this
    1.68 +# can't do misaligned access to doubles
    1.69 +ac_cv_double_align=no
    1.70 +# dunno what order doubles are in
    1.71 +ac_cv_double_order=no
    1.72 +
    1.73 +ac_cv_header_wchar_h=no
    1.74 +