|
Lines 20904-20910
GNULIBS="-L$COMMON_LIBPATH $COMMON_LIBS
Link Here
|
| 20904 |
# OST_CC_ENDIAN - now in Common C++ |
20904 |
# OST_CC_ENDIAN - now in Common C++ |
| 20905 |
# Are we using the GNU compiler? |
20905 |
# Are we using the GNU compiler? |
| 20906 |
if test $GCC = yes ; then |
20906 |
if test $GCC = yes ; then |
| 20907 |
WARN_FLAGS="-Wall -ansi -pedantic" |
20907 |
WARN_FLAGS="-Wall -ansi" |
| 20908 |
else |
20908 |
else |
| 20909 |
WARN_FLAGS="" |
20909 |
WARN_FLAGS="" |
| 20910 |
fi |
20910 |
fi |