diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -204,6 +204,9 @@ ifeq ($(ARCH),x86_64) | |||
204 | endif | 204 | endif |
205 | 205 | ||
206 | # Additional ARCH settings for sparc | 206 | # Additional ARCH settings for sparc |
207 | ifeq ($(ARCH),sparc32) | ||
208 | SRCARCH := sparc | ||
209 | endif | ||
207 | ifeq ($(ARCH),sparc64) | 210 | ifeq ($(ARCH),sparc64) |
208 | SRCARCH := sparc | 211 | SRCARCH := sparc |
209 | endif | 212 | endif |