[U-Boot] [PATCH] TRAB: make independent of specific libgcc helper routines

2009-08-12 Thread Wolfgang Denk
The TRAB board references local libgcc helper routines (lib_arm/div0.o and lib_arm/_umodsi3.o) which cause build problems when we try to use the normal, compiler provided libgcc instead. Removing these references allows to build both with and without the local libgcc helper routines. Signed-off-by

Re: [U-Boot] [PATCH] TRAB: make independent of specific libgcc helper routines

2009-08-21 Thread Wolfgang Denk
In message <1250116636-5169-1-git-send-email...@denx.de> I wrote: > The TRAB board references local libgcc helper routines > (lib_arm/div0.o and lib_arm/_umodsi3.o) which cause build problems > when we try to use the normal, compiler provided libgcc instead. > Removing these references allows to b