mirror of
https://github.com/crash-utility/crash
synced 2024-12-14 13:14:31 +00:00
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:
parent
62b294b27c
commit
c6afa51af3
@ -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=
|
||||
|
Loading…
Reference in New Issue
Block a user