From 7a456d0a482527ff2ba3afa4ae2d998319f90379 Mon Sep 17 00:00:00 2001 From: Greg Ungerer Date: Tue, 9 Mar 2004 04:49:56 +0000 Subject: [PATCH] Somehow the microblaze support in elf2flt/config.sub was removed in the last revision (1.4 -> 1.5). Attached patch restores it. Submitted by John Williams . --- config.sub | 1 + 1 file changed, 1 insertion(+) diff --git a/config.sub b/config.sub index a2734b3..29bea3e 100755 --- a/config.sub +++ b/config.sub @@ -266,6 +266,7 @@ case $basic_machine in | strongarm \ | tahoe | thumb | tic4x | tic80 | tron \ | v850 | v850e \ + | microblaze \ | we32k \ | x86 | xscale | xstormy16 | xtensa \ | z8k) -- 2.39.5