aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6b23f1b15fc4..519db43052a0 100644
--- a/Makefile
+++ b/Makefile
@@ -204,6 +204,9 @@ ifeq ($(ARCH),x86_64)
204endif 204endif
205 205
206# Additional ARCH settings for sparc 206# Additional ARCH settings for sparc
207ifeq ($(ARCH),sparc32)
208 SRCARCH := sparc
209endif
207ifeq ($(ARCH),sparc64) 210ifeq ($(ARCH),sparc64)
208 SRCARCH := sparc 211 SRCARCH := sparc
209endif 212endif