From 669c2e9cfa60507c55fc3adf1c3596c9de5663b6 Mon Sep 17 00:00:00 2001
From: "David S. Miller" <davem@nuts.ninka.net>
Date: Wed, 18 Sep 2002 01:36:29 -0700
Subject: [PATCH] arch/sparc64/Makefile: Undef sparc too when building
 vmlinux.lds.s

---
 arch/sparc64/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/sparc64/Makefile b/arch/sparc64/Makefile
index efe6a336c593..d186f3620c5c 100644
--- a/arch/sparc64/Makefile
+++ b/arch/sparc64/Makefile
@@ -8,6 +8,8 @@
 # Copyright (C) 1998 Jakub Jelinek (jj@ultra.linux.cz)
 #
 
+AFLAGS_vmlinux.lds.o += -Usparc
+
 # If the solaris /bin/sh wasn't so broken, I wouldn't need the following
 # line...
 SHELL  =/bin/bash
-- 
2.30.9