diff options
Diffstat (limited to 'libgcc/config.host')
-rw-r--r-- | libgcc/config.host | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgcc/config.host b/libgcc/config.host index ec25eb3..94b3985 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -713,7 +713,7 @@ mcore-*-elf) extra_parts="$extra_parts crti.o crtn.o" ;; microblaze*-linux*) - tmake_file="$tmake_file t-slibgcc-nolc-override microblaze/t-microblaze t-fdpbit" + tmake_file="${tmake_file} microblaze/t-microblaze t-fdpbit t-slibgcc-libgcc" ;; microblaze*-*-elf) tmake_file="${tmake_file} microblaze/t-microblaze t-fdpbit" |