--- cppu/inc/uno/lbnames.h +++ cppu/inc/uno/lbnames.h @@ -93,14 +93,10 @@ #define __CPPU_ENV gcc2 #elif (__GNUC__ == 2) #error "Tested gcc 2 versions are 2.91 and 2.95. Patch uno/lbnames.h to try your gcc 2 version." -#elif (__GNUC__ == 3 && __GNUC_MINOR__ == 0) +#elif (__GNUC__ == 3 && __GNUC_MINOR__ <= 3) #define __CPPU_ENV gcc3 -#elif (__GNUC__ == 3 && __GNUC_MINOR__ == 1) -#define __CPPU_ENV gcc3 -#elif (__GNUC__ == 3 && __GNUC_MINOR__ == 2) -#define __CPPU_ENV gcc3 #elif (__GNUC__ == 3) -#error "Tested gcc 3 version is <= 3.2. Patch uno/lbnames.h to try your gcc 3 version." +#error "Tested gcc 3 version is <= 3.3. Patch uno/lbnames.h to try your gcc 3 version." #else #error "Supported gcc majors are 2 and 3. Unsupported gcc major version." #endif /* defined (__GNUC__) */