Ticket #45806: arm-none-eabi-gdb-fix.diff
File arm-none-eabi-gdb-fix.diff, 1.6 KB (added by DanielO (Daniel O'Connor), 10 years ago) |
---|
-
Portfile
old new 23 23 checksums md5 3f48f468b24447cf24820054ff6e85b1 \ 24 24 rmd160 b3cd12be05bb5eacf3e518cf5ebd7d753f58dd7b \ 25 25 sha256 070b808d289fa8f0291738eeaccc0cd7700d476998781f572856155240d29d20 26 patchfiles patch-bfd-doc-bfd.texinfo.diff 26 27 27 28 set crossgdb-target arm-none-eabi 28 29 … … 89 90 --with-docdir=${prefix}/share/doc \ 90 91 --with-gdb-datadir=${prefix}/share/${name} \ 91 92 --disable-nls \ 92 --enable-multilib 93 --enable-multilib \ 94 --enable-werror=no 93 95 94 96 # specific to ARM 95 97 configure.args-append \ 96 98 --enable-interwork 99 compiler.fallback-append macports-gcc-4.9 97 100 98 101 post-destroot { 99 102 # (host) libiberty -
new file files/patch-bfd-doc-bfd.texinfo.diff
- + 1 --- bfd/doc/bfd.texinfo.orig 2014-11-20 16:47:12.000000000 +1030 2 +++ bfd/doc/bfd.texinfo 2014-11-20 16:47:59.000000000 +1030 3 @@ -322,7 +322,7 @@ 4 @printindex cp 5 6 @tex 7 -% I think something like @colophon should be in texinfo. In the 8 +% I think something like @@colophon should be in texinfo. In the 9 % meantime: 10 \long\def\colophon{\hbox to0pt{}\vfill 11 \centerline{The body of this manual is set in} 12 @@ -333,7 +333,7 @@ 13 \centerline{{\sl\fontname\tensl\/}} 14 \centerline{are used for emphasis.}\vfill} 15 \page\colophon 16 -% Blame: doc@cygnus.com, 28mar91. 17 +% Blame: doc@@cygnus.com, 28mar91. 18 @end tex 19 20 @bye