
3 Feb
2005
3 Feb
'05
10 p.m.
Evening...
Does someone has an idea why on OSX systems compiling u-boot picks up host's libgcc.a in the end?
Means I always have to use:
PLATFORM_LIBS += --no-warn-mismatch `$(CC) $(CFLAGS) -print-libgcc-file-name`
instead of:
PLATFORM_LIBS += --no-warn-mismatch -L $(shell dirname `$(CC) $(CFLAGS) -print-libgcc-file-name`) -lgcc
best regards rick