Subject: Kernel build problem
To: None <amiga-dev@sun-lamp.cs.berkeley.edu>
From: Stephen J. Roznowski <sjr@zombie.ncsc.mil>
List: amiga-dev
Date: 03/01/1994 22:21:12
There appears to be a minor problem with sys/arch/amiga/conf/Makefile.amiga.

The line starting SYSTEM_LD= should read:

  SYSTEM_LD=      @strip=-x; [ X${DEBUG} = X-g ] && strip=-X || true; \

Alternatively, an approach like the i386/conf/Makefile.i386 uses could
be followed.

-SR

------------------------------------------------------------------------------