/elec/propeller-clock

To get this branch, use:
bzr branch http://bzr.ed.am/elec/propeller-clock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
/*
 * Automatically generated C config: don't edit
 */
/*
 * Version Number
 */
#define __UCLIBCXX_MAJOR__ 0
#define __UCLIBCXX_MINOR__ 2
#define __UCLIBCXX_SUBLEVEL__ 3

/*
 * Target Features and Options
 */
#define __UCLIBCXX_HAS_FLOATS__
#undef __UCLIBCXX_HAS_TLS__
#define __WARNINGS__ "-Wall"
#define __BUILD_EXTRA_LIBRARIES__ ""
#define __HAVE_DOT_CONFIG__ 1

/*
 * String and I/O Stream Support
 */
#undef __UCLIBCXX_HAS_WCHAR__
#define __UCLIBCXX_IOSTREAM_BUFSIZE__ 32
#undef __UCLIBCXX_HAS_LFS__
#undef __UCLIBCXX_SUPPORT_CDIR__
#define __UCLIBCXX_SUPPORT_COUT__
#define __UCLIBCXX_SUPPORT_CERR__
/*
 * STL and Code Expansion
 */
#define __UCLIBCXX_STL_BUFFER_SIZE__ 32
#undef __UCLIBCXX_CODE_EXPANSION__

/*
 * Library Installation Options
 */
#define __UCLIBCXX_RUNTIME_PREFIX__ "/usr/uClibc++"
#define __UCLIBCXX_RUNTIME_INCLUDE_SUBDIR__ "/include"
#define __UCLIBCXX_RUNTIME_LIB_SUBDIR__ "/lib"
#define __UCLIBCXX_RUNTIME_BIN_SUBDIR__ "/bin"
#undef __UCLIBCXX_EXCEPTION_SUPPORT__
#define __BUILD_STATIC_LIB__ 1
#define __BUILD_ONLY_STATIC_LIB__ 1
#undef __DODEBUG__