X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_table%2Frte_lru_x86.h;h=0e24906c2cd11d8ca560ae43e2634fe974963168;hb=f2fc83b40f06;hp=7a67ee8bd580660a8d78d84660587fdab8443178;hpb=0d440d081ca1b5cccbb3b991908842c70731e460;p=dpdk.git diff --git a/lib/librte_table/rte_lru_x86.h b/lib/librte_table/rte_lru_x86.h index 7a67ee8bd5..0e24906c2c 100644 --- a/lib/librte_table/rte_lru_x86.h +++ b/lib/librte_table/rte_lru_x86.h @@ -19,7 +19,7 @@ extern "C" { #if RTE_TABLE_HASH_LRU_STRATEGY == 2 -#if defined(RTE_TOOLCHAIN_GCC) && (GCC_VERSION > 40306) +#if RTE_CC_IS_GNU && (GCC_VERSION > 40306) #include #else #include @@ -63,7 +63,7 @@ do { \ #elif RTE_TABLE_HASH_LRU_STRATEGY == 3 -#if defined(RTE_TOOLCHAIN_GCC) && (GCC_VERSION > 40306) +#if RTE_CC_IS_GNU && (GCC_VERSION > 40306) #include #else #include