135825
#include <bits/wordsize.h>
135825
135825
#if __WORDSIZE == 32
135825
#include "build-config-32.h"
135825
#elif __WORDSIZE == 64
135825
#include "build-config-64.h"
135825
#else
135825
#error "Unknown word size"
135825
#endif