mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
makefiles: use gcc warns with gcc only
Avoid passing 'gcc' warning options to non-gcc compiler
This commit is contained in:
parent
57727bb4eb
commit
918e867abe
@ -163,6 +163,7 @@ INSTALL_SCRIPT = $(INSTALL) -p $(M_INSTALL_PROGRAM)
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .c .cpp .d .o .so .a .po .pot .mo .dylib
|
||||
|
||||
ifeq ("$(notdir $(CC))", "gcc")
|
||||
WFLAGS +=\
|
||||
-Wall\
|
||||
-Wcast-align\
|
||||
@ -207,6 +208,7 @@ endif
|
||||
ifeq ("@HAVE_WSYNCNAND@", "yes")
|
||||
WFLAGS += -Wsync-nand
|
||||
endif
|
||||
endif
|
||||
|
||||
ifneq ("@STATIC_LINK@", "yes")
|
||||
ifeq ("@HAVE_PIE@", "yes")
|
||||
|
Loading…
Reference in New Issue
Block a user