From: wdenk Date: Fri, 9 Feb 2001 09:35:23 +0000 (+0000) Subject: Fix problem for Walnut405 with bad use of "-mrelocatable" option X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=db9409f296f84a010f9ceec50e3d7de149c55954;p=users%2Frw%2Fppcboot.git Fix problem for Walnut405 with bad use of "-mrelocatable" option when building envcrc --- diff --git a/CHANGELOG b/CHANGELOG index 7a25182..e77f9e6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -61,6 +61,9 @@ To do: Modifications for 0.8.2: ====================================================================== +* Fix problem for Walnut405 with bad use of "-mrelocatable" option + when building envcrc + * Added configuration for RPXlite board (Yoo. Jonghoon) * New FPGA Images for AR405 and CANBT diff --git a/tools/Makefile b/tools/Makefile index 1300b60..663a454 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -34,6 +34,7 @@ TOOLSUBDIRS = gdb # CPPFLAGS = -Wall -pedantic -I../include -I.. CFLAGS = $(CPPFLAGS) -O +AFLAGS = -D__ASSEMBLY__ $(CPPFLAGS) CC = $(HOSTCC) MAKEDEPEND = makedepend