]> www.infradead.org Git - users/rw/ppcboot.git/commitdiff
Fix problem for Walnut405 with bad use of "-mrelocatable" option
authorwdenk <wdenk>
Fri, 9 Feb 2001 09:35:23 +0000 (09:35 +0000)
committerwdenk <wdenk>
Fri, 9 Feb 2001 09:35:23 +0000 (09:35 +0000)
when building envcrc

CHANGELOG
tools/Makefile

index 7a25182a9d3d1e958362e76416d03a742f7d0399..e77f9e654802f6d8b82357b407aeff0a3f75bb98 100644 (file)
--- 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
index 1300b60cceea706b962516a6a5adc7074228637a..663a454e76a6e1e414336cbc755d6a43cc6f13d0 100644 (file)
@@ -34,6 +34,7 @@ TOOLSUBDIRS = gdb
 #
 CPPFLAGS   = -Wall -pedantic -I../include -I..
 CFLAGS     = $(CPPFLAGS) -O
+AFLAGS    = -D__ASSEMBLY__  $(CPPFLAGS)
 CC        = $(HOSTCC)
 MAKEDEPEND = makedepend