Ticket #18037: cross-gcc.diff
File cross-gcc.diff, 7.0 KB (added by ryandesign (Ryan Carsten Schmidt), 16 years ago) |
---|
-
Users/rschmidt/macports/dports/cross/arm-elf-gcc/Portfile
45 45 port:gettext 46 46 47 47 # gcc is .bz2, newlib is .gz. 48 # let's extract only gcc with DPinfrastructure, we'll do newlib manually.48 # let's extract only gcc with MacPorts infrastructure, we'll do newlib manually. 49 49 use_bzip2 yes 50 50 extract.only gcc-${version}.tar.bz2 51 51 -
Users/rschmidt/macports/dports/cross/arm-elf-gcc3/Portfile
48 48 depends_build bin:msgfmt:gettext 49 49 50 50 # gcc is .bz2, newlib is .gz. 51 # let's extract only gcc with DPinfrastructure, we'll do newlib manually.51 # let's extract only gcc with MacPorts infrastructure, we'll do newlib manually. 52 52 use_bzip2 yes 53 53 extract.only gcc-${version}.tar.bz2 54 54 -
Users/rschmidt/macports/dports/cross/arm-rtems-gcc/Portfile
61 61 depends_build bin:msgfmt:gettext 62 62 63 63 # gcc is .bz2, newlib is .gz. 64 # let's extract only gcc with DPinfrastructure, we'll do newlib manually.64 # let's extract only gcc with MacPorts infrastructure, we'll do newlib manually. 65 65 use_bzip2 yes 66 66 extract.only gcc-${version}.tar.bz2 67 67 -
Users/rschmidt/macports/dports/cross/i386-elf-gcc/Portfile
43 43 port:gettext 44 44 45 45 # gcc is .bz2, newlib is .gz. 46 # let's extract only gcc with DPinfrastructure, we'll do newlib manually.46 # let's extract only gcc with MacPorts infrastructure, we'll do newlib manually. 47 47 use_bzip2 yes 48 48 extract.only gcc-${version}.tar.bz2 49 49 -
Users/rschmidt/macports/dports/cross/i386-rtems-gcc/Portfile
62 62 depends_build bin:msgfmt:gettext 63 63 64 64 # gcc is .bz2, newlib is .gz. 65 # let's extract only gcc with DPinfrastructure, we'll do newlib manually.65 # let's extract only gcc with MacPorts infrastructure, we'll do newlib manually. 66 66 use_bzip2 yes 67 67 extract.only gcc-${version}.tar.bz2 68 68 -
Users/rschmidt/macports/dports/cross/m68k-elf-gcc/Portfile
46 46 depends_build bin:msgfmt:gettext 47 47 48 48 # gcc is .bz2, newlib is .gz. 49 # let's extract only gcc with DPinfrastructure, we'll do newlib manually.49 # let's extract only gcc with MacPorts infrastructure, we'll do newlib manually. 50 50 use_bzip2 yes 51 51 extract.only gcc-${version}.tar.bz2 52 52 -
Users/rschmidt/macports/dports/cross/m68k-rtems-gcc/Portfile
62 62 depends_build bin:msgfmt:gettext 63 63 64 64 # gcc is .bz2, newlib is .gz. 65 # let's extract only gcc with DPinfrastructure, we'll do newlib manually.65 # let's extract only gcc with MacPorts infrastructure, we'll do newlib manually. 66 66 use_bzip2 yes 67 67 extract.only gcc-${version}.tar.bz2 68 68 -
Users/rschmidt/macports/dports/cross/mips-elf-gcc/Portfile
45 45 depends_build bin:msgfmt:gettext 46 46 47 47 # gcc is .bz2, newlib is .gz. 48 # let's extract only gcc with DPinfrastructure, we'll do newlib manually.48 # let's extract only gcc with MacPorts infrastructure, we'll do newlib manually. 49 49 use_bzip2 yes 50 50 extract.only gcc-${version}.tar.bz2 51 51 -
Users/rschmidt/macports/dports/cross/mips-rtems-gcc/Portfile
62 62 depends_build bin:msgfmt:gettext 63 63 64 64 # gcc is .bz2, newlib is .gz. 65 # let's extract only gcc with DPinfrastructure, we'll do newlib manually.65 # let's extract only gcc with MacPorts infrastructure, we'll do newlib manually. 66 66 use_bzip2 yes 67 67 extract.only gcc-${version}.tar.bz2 68 68 -
Users/rschmidt/macports/dports/cross/powerpc-rtems-gcc/Portfile
61 61 depends_build bin:msgfmt:gettext 62 62 63 63 # gcc is .bz2, newlib is .gz. 64 # let's extract only gcc with DPinfrastructure, we'll do newlib manually.64 # let's extract only gcc with MacPorts infrastructure, we'll do newlib manually. 65 65 use_bzip2 yes 66 66 extract.only gcc-${version}.tar.bz2 67 67 -
Users/rschmidt/macports/dports/cross/sh-rtems-gcc/Portfile
61 61 depends_build bin:msgfmt:gettext 62 62 63 63 # gcc is .bz2, newlib is .gz. 64 # let's extract only gcc with DPinfrastructure, we'll do newlib manually.64 # let's extract only gcc with MacPorts infrastructure, we'll do newlib manually. 65 65 use_bzip2 yes 66 66 extract.only gcc-${version}.tar.bz2 67 67 -
Users/rschmidt/macports/dports/cross/sparc-rtems-gcc/Portfile
61 61 depends_build bin:msgfmt:gettext 62 62 63 63 # gcc is .bz2, newlib is .gz. 64 # let's extract only gcc with DPinfrastructure, we'll do newlib manually.64 # let's extract only gcc with MacPorts infrastructure, we'll do newlib manually. 65 65 use_bzip2 yes 66 66 extract.only gcc-${version}.tar.bz2 67 67