~ubuntu-branches/ubuntu/quantal/linphone/quantal

« back to all changes in this revision

Viewing changes to ipkg/ipaq-config.site

  • Committer: Bazaar Package Importer
  • Author(s): Samuel Mimram
  • Date: 2004-06-30 13:58:16 UTC
  • Revision ID: james.westby@ubuntu.com-20040630135816-wwx75gdlodkqbabb
Tags: upstream-0.12.2
ImportĀ upstreamĀ versionĀ 0.12.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# config.site for configure
 
2
# iPAQ Familiar Linux TARGET
 
3
 
 
4
# this config file is only suitable for the 3.2 release of the arm toolchain.
 
5
 
 
6
# run with
 
7
#   CONFIG_SITE=/wherever/you/store/it/ipaq-config.site ./configure
 
8
# or
 
9
#   export CONFIG_SITE=/wherever/you/store/it/ipaq-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
# Edited by Andrej Cedilnik <acedil1@csee.umbc.edu>
 
14
# Used some of solutions by Tilman Vogel <Tilman.Vogel@web.de>
 
15
# Ported for iPAQ Familiar by Oliver Kurth <oliver.kurth@innominate.com>
 
16
 
 
17
HOSTCC=gcc
 
18
 
 
19
# Names of the cross-compilers
 
20
CC=arm-linux-gcc
 
21
CXX=arm-linux-g++
 
22
 
 
23
# The cross compiler specific options
 
24
CFLAGS="-O2 -fno-exceptions"
 
25
CXXFLAGS="-O2 -fno-exceptions"
 
26
CPPFLAGS="-O2 -fno-exceptions"
 
27
LDFLAGS=""
 
28
 
 
29
# Some other programs
 
30
AR=arm-linux-ar
 
31
RANLIB=arm-linux-ranlib
 
32
NM=arm-linux-nm
 
33
ac_cv_path_NM=arm-linux-nm
 
34
ac_cv_func_setpgrp_void=yes
 
35
host=arm-linux
 
36
#prefix=/usr/mipsel-linux
 
37
x_includes=/skiff/local/arm-linux/include/X11
 
38
x_libraries=/skiff/local/arm-linux/lib/X11
 
39
 
 
40
# These are for GNU shellutils
 
41
jm_cv_have_proc_uptime=yes
 
42
jm_cv_func_working_gnu_strftime=yes
 
43
 
 
44
# Some options for ease of compiling python
 
45
# (these are left over from the agenda. Not checked for iPAQ)
 
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
 
 
72
# added by oku, for compiling glib:
 
73
glib_cv_has__inline=yes
 
74
glib_cv_has__inline__=yes
 
75
glib_cv_hasinline=yes
 
76
glib_cv_sane_realloc=yes
 
77
glib_cv_va_copy=no
 
78
glib_cv___va_copy=yes
 
79
glib_cv_va_val_copy=yes
 
80
glib_cv_rtldglobal_broken=no
 
81
glib_cv_uscore=yes
 
82
ac_cv_func_getpwuid_r=yes
 
83
glib_cv_sizeof_gmutex=24
 
84
 
 
85
#added by Simon Morlat, for compiling glib-2.2.x
 
86
 
 
87
glib_cv_stack_grows=no
 
88
ac_cv_func_posix_getpwuid_r=yes
 
89
glib_cv_use_pid_surrogate=yes