| Submitter | Ralf Corsepius |
|---|---|
| Date | Oct. 25, 2012, 8:40 a.m. |
| Message ID | <5088FB12.1050600@rtems.org> |
| Download | mbox | patch |
| Permalink | /patch/194074/ |
| State | New |
| Headers | show |
Comments
> I would like to apply the following patch to trunk and gcc-4_7-branch. > GCC doesn't build for sparc64-rtems* without it. Sure, thanks.
On 10/25/2012 12:53 PM, Eric Botcazou wrote: >> I would like to apply the following patch to trunk and gcc-4_7-branch. >> GCC doesn't build for sparc64-rtems* without it. > Sure, thanks. > Thanks, patch applied to trunk and gcc-4_7-branch. Ralf
Patch
2012-07-05 Ralf Corsépius <ralf.corsepius@rtems.org> * config.host (sparc64-*-rtems*): Remove sparc/t-elf. diff --git a/libgcc/config.host b/libgcc/config.host index 2259d47..bbf21a9 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -1057,7 +1058,7 @@ sparc64-*-elf*) extra_parts="$extra_parts crti.o crtn.o crtfastmath.o" ;; sparc64-*-rtems*) - tmake_file="$tmake_file sparc/t-elf t-crtfm" + tmake_file="$tmake_file t-crtfm" extra_parts="$extra_parts crti.o crtn.o crtfastmath.o" ;; sparc-wrs-vxworks)