Line
Link Here
|
0 |
-- a/libatomic/configure |
0 |
++ b/libatomic/configure |
Lines 15296-15301
rm -f confcache
Link Here
|
15296 |
|
15296 |
|
15297 |
# Add -Wall -Werror if we are using GCC. |
15297 |
|
15298 |
if test "x$GCC" = "xyes"; then |
15298 |
|
15299 |
XCFLAGS="$XCFLAGS -Wall -Werror" |
15299 |
|
15300 |
fi |
15300 |
|
15301 |
|
15301 |
|
15302 |
-- a/libatomic/configure.ac |
15302 |
++ b/libatomic/configure.ac |
Lines 245-250
AC_CACHE_SAVE
Link Here
|
245 |
|
245 |
|
246 |
# Add -Wall -Werror if we are using GCC. |
246 |
|
247 |
if test "x$GCC" = "xyes"; then |
247 |
|
248 |
XCFLAGS="$XCFLAGS -Wall -Werror" |
248 |
|
249 |
fi |
249 |
|
250 |
|
250 |
|
251 |
-- a/libgomp/configure |
251 |
++ b/libgomp/configure |
Lines 4345-4350
save_CFLAGS="$CFLAGS"
Link Here
|
4345 |
|
4345 |
|
4346 |
# Add -Wall -Werror if we are using GCC. |
4346 |
|
4347 |
if test "x$GCC" = "xyes"; then |
4347 |
|
4348 |
XCFLAGS="$XCFLAGS -Wall -Werror" |
4348 |
|
4349 |
fi |
4349 |
|
4350 |
|
4350 |
|
4351 |
-- a/libgomp/configure.ac |
4351 |
++ b/libgomp/configure.ac |
Lines 115-120
save_CFLAGS="$CFLAGS"
Link Here
|
115 |
|
115 |
|
116 |
# Add -Wall -Werror if we are using GCC. |
116 |
|
117 |
if test "x$GCC" = "xyes"; then |
117 |
|
118 |
XCFLAGS="$XCFLAGS -Wall -Werror" |
118 |
|
119 |
fi |
119 |
|
120 |
|
120 |
|
121 |
-- a/libitm/configure |
121 |
++ b/libitm/configure |
Lines 17583-17588
rm -f confcache
Link Here
|
17583 |
|
17583 |
|
17584 |
# Add -Wall -Werror if we are using GCC. |
17584 |
|
17585 |
if test "x$GCC" = "xyes"; then |
17585 |
|
17586 |
XCFLAGS="$XCFLAGS -Wall -Werror" |
17586 |
|
17587 |
fi |
17587 |
|
17588 |
|
17588 |
|
17589 |
-- a/libitm/configure.ac |
17589 |
++ b/libitm/configure.ac |
Lines 255-260
AC_CACHE_SAVE
Link Here
|
255 |
|
255 |
|
256 |
# Add -Wall -Werror if we are using GCC. |
256 |
|
257 |
if test "x$GCC" = "xyes"; then |
257 |
|
258 |
XCFLAGS="$XCFLAGS -Wall -Werror" |
258 |
|
259 |
fi |
259 |
|
260 |
|
260 |
|