]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - Makefile
Reduce build times
[karo-tx-uboot.git] / Makefile
index 9ef33f9fd1368ff4aa3881a281b0cfd2a24762bb..82de62b011478181899a228be6d95ab796faffa3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -320,7 +320,7 @@ else
 PLATFORM_LIBGCC = -L $(USE_PRIVATE_LIBGCC) -lgcc
 endif
 else
-PLATFORM_LIBGCC = -L $(shell dirname `$(CC) $(CFLAGS) -print-libgcc-file-name`) -lgcc
+PLATFORM_LIBGCC := -L $(shell dirname `$(CC) $(CFLAGS) -print-libgcc-file-name`) -lgcc
 endif
 PLATFORM_LIBS += $(PLATFORM_LIBGCC)
 export PLATFORM_LIBS