~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_64bit.m4

pandora-buildĀ v1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
dnl  Copyright (C) 2009 Sun Microsystems
 
2
dnl This file is free software; Sun Microsystems
 
3
dnl gives unlimited permission to copy and/or distribute it,
 
4
dnl with or without modifications, as long as this notice is preserved.
 
5
 
1
6
dnl ---------------------------------------------------------------------------
2
7
dnl Macro: PANDORA_64BIT
3
8
dnl ---------------------------------------------------------------------------
24
29
         fi
25
30
         CPPFLAGS="-m64 ${CPPFLAGS}"
26
31
         LDFLAGS="-m64 ${LDFLAGS}"
 
32
         DTRACEFLAGS="${DTRACEFLAGS} -64"
27
33
         if test "$target_cpu" = "sparc" -a "x$SUNCC" = "xyes"
28
34
         then
29
35
            AM_CFLAGS="-xmemalign=8s ${AM_CFLAGS}"
30
36
            AM_CXXFLAGS="-xmemalign=8s ${AM_CXXFLAGS}"
31
37
         fi
32
 
       ])
 
38
       ],[DTRACEFLAGS="${DTRACEFLAGS} -32"])
33
39
])
34
40
dnl ---------------------------------------------------------------------------
35
41
dnl End Macro: PANDORA_64BIT