From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jody Bruchon Subject: Re: [PATCH] Changes to reduce warnings using ia16-unknown-elks-gcc Date: Sat, 13 Jun 2015 10:53:18 -0400 Message-ID: <557C43DE.7010302@jodybruchon.com> References: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-8086-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: ELKS On 2015/06/02 11:10, Juan Perez-Sanchez wrote: > The previous patch has a problem. Attached to this mail is the correct > patch. Sorry for the inconvenience. > > Juan > Never mind; I figured out what was broken and fixed it. The system call table was not being correctly deleted during 'make clean' and rebuilt, leaving a stale copy lying around and causing the problem. The fix is already committed in git. I highly recommend anyone trying to build ELKS pull the changed version as soon as possible. -Jody