Update the "extensions/snap.mk" file to allow the "snap.so" extension

module to be built outside of a crash source tree on a ppc64le PPC64
little-endian host.  Without the patch, "make -f snap.mk" would fail
to compile, indicating "gcc: error: macro name missing after '-D'"
(anderson@redhat.com)
This commit is contained in:
Dave Anderson 2014-09-22 14:09:43 -04:00
parent 62b294b27c
commit c6afa51af3

View File

@ -21,6 +21,10 @@ ifeq ($(shell arch), ppc64)
TARGET=PPC64
TARGET_CFLAGS=-m64
endif
ifeq ($(shell arch), ppc64le)
TARGET=PPC64
TARGET_CFLAGS=-m64
endif
ifeq ($(shell arch), ia64)
TARGET=IA64
TARGET_CFLAGS=