Ticket #45806: arm-none-eabi-gdb7.9.patch
File arm-none-eabi-gdb7.9.patch, 1.6 KB (added by IvoClarysse (Ivo Clarysse), 10 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name arm-none-eabi-gdb 7 version 7. 5.17 version 7.9 8 8 categories cross devel 9 9 platforms darwin 10 10 license GPL-3+ … … 18 18 master_sites gnu:gdb 19 19 distname gdb-${version} 20 20 dist_subdir gdb 21 use_ bzip2yes21 use_xz yes 22 22 23 checksums md5 3f48f468b24447cf24820054ff6e85b1\24 rmd160 b3cd12be05bb5eacf3e518cf5ebd7d753f58dd7b\25 sha256 070b808d289fa8f0291738eeaccc0cd7700d476998781f572856155240d29d2023 checksums md5 e6279f26559d839f0b4218a482bcb43e \ 24 rmd160 abdaaf9e8b05774e3a3b571f8326484dfda6c867 \ 25 sha256 9b315651a16528f7af8c7d8284699fb0c965df316cc7339bb0b7bae335848392 26 26 27 27 set crossgdb-target arm-none-eabi 28 28 29 # TODO: Why? Ticket URL?30 compiler.blacklist *clang*31 32 29 if {${configure.build_arch} eq "ppc" || ${configure.build_arch} eq "ppc64"} { 33 30 notes "${name} does not support building on ${configure.build_arch}." 34 31 pre-fetch { … … 75 72 } 76 73 77 74 crossgdb::fixinfo bfd/doc/ bfd/doc/Makefile.in bfd texinfo 78 crossgdb::fixinfo etc/ etc/Makefile.in configure texi79 crossgdb::fixinfo etc/ etc/Makefile.in standards texi80 75 crossgdb::fixinfo gdb/doc/ gdb/doc/Makefile.in annotate texinfo 81 76 crossgdb::fixinfo gdb/doc/ gdb/doc/Makefile.in gdb texinfo 82 crossgdb::fixinfo gdb/doc/ gdb/doc/Makefile.in gdbint texinfo83 77 crossgdb::fixinfo gdb/doc/ gdb/doc/Makefile.in stabs texinfo 84 78 } 85 79