diff options
author | Graeme Gregory <dp@xora.org.uk> | 2009-10-29 18:42:14 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2009-10-29 18:42:14 +0000 |
commit | 5c1b686ba6afd46a983fb22fcd5ea9e704587b72 (patch) | |
tree | 3e045bec5fca5272687fd2c2a3b810cdb70cc28f /site/avr32-common | |
parent | b51c85efe8a2645914fd2a661b0a9ac0d390145c (diff) |
site/avr32-common : add values for ORbit2 taken from debian avr32 logs
Diffstat (limited to 'site/avr32-common')
-rw-r--r-- | site/avr32-common | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/site/avr32-common b/site/avr32-common index fedd104417..a0ff0395fb 100644 --- a/site/avr32-common +++ b/site/avr32-common @@ -10,7 +10,7 @@ glib_cv_sizeof_gmutex=${glib_cv_sizeof_gmutex=24} #dbus-glib ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes} -# set MALLOC_GLIBC_COMPAT=y in your uclibc .config for this +# =MALLOC_GLIBC_COMPAT=y in your uclibc .config for this ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes} #gstreamer @@ -19,7 +19,7 @@ as_cv_unaligned_access=${as_cv_unaligned_access=no} #libpcap ac_cv_linux_vers=${ac_cv_linux_vers=2} -#startup notification +#star=notification ac_cv_func_realloc_works=${ac_cv_func_realloc_works=yes} ac_cv_func_realloc_0_nonnull=${ac_cv_func_realloc_0_nonnull=yes} lf_cv_sane_realloc=yes @@ -44,3 +44,18 @@ dpkg_cv___va_copy=${ac_cv___va_copy=yes} #libidl libIDL_cv_long_long_format=${libIDL_cv_long_long_format=ll} + +# ORbit2 +ac_cv_alignof_CORBA_octet=1 +ac_cv_alignof_CORBA_boolean=1 +ac_cv_alignof_CORBA_char=1 +ac_cv_alignof_CORBA_wchar=2 +ac_cv_alignof_CORBA_short=2 +ac_cv_alignof_CORBA_long=4 +ac_cv_alignof_CORBA_long_long=4 +ac_cv_alignof_CORBA_float=4 +ac_cv_alignof_CORBA_double=4 +ac_cv_alignof_CORBA_long_double=4 +ac_cv_alignof_CORBA_struct=1 +ac_cv_alignof_CORBA_pointer=4 + |