diff --git a/Makefile b/Makefile index 3e438055a92c503d48858761d56e00bcd9848276..8da668512f5d4958fb7037aa8a20c063a2afec1e 100644 --- a/Makefile +++ b/Makefile @@ -204,6 +204,9 @@ ifeq ($(ARCH),x86_64) endif # Additional ARCH settings for sparc +ifeq ($(ARCH),sparc32) + SRCARCH := sparc +endif ifeq ($(ARCH),sparc64) SRCARCH := sparc endif