| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 11 Jan 2026 01:12:55 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20071205225235
location: https://web.archive.org/web/20071205225235/https://i960-rtems-binutils.darwinports.com/
server-timing: captures_list;dur=0.553856, exclusion.robots;dur=0.046220, exclusion.robots.policy;dur=0.035490, esindex;dur=0.009238, cdx.remote;dur=12.926316, LoadShardBlock;dur=339.196881, PetaboxLoader3.datanode;dur=293.961856, PetaboxLoader3.resolve;dur=36.380422
x-app-server: wwwb-app227-dc8
x-ts: 302
x-tr: 381
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app227; path=/
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sun, 11 Jan 2026 01:12:56 GMT
content-type: text/html; charset=ISO-8859-1
x-archive-orig-date: Wed, 05 Dec 2007 22:53:18 GMT
x-archive-orig-server: Apache
x-archive-orig-vary: Accept-Encoding
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: iso-8859-1
memento-datetime: Wed, 05 Dec 2007 22:52:35 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_0_20071205204711_crawl108-c/52_0_20071205225136_crawl109.arc.gz
server-timing: captures_list;dur=0.524277, exclusion.robots;dur=0.019215, exclusion.robots.policy;dur=0.009195, esindex;dur=0.010099, cdx.remote;dur=6.203169, LoadShardBlock;dur=100.727155, PetaboxLoader3.datanode;dur=123.720593, load_resource;dur=158.164485, PetaboxLoader3.resolve;dur=85.587884
x-app-server: wwwb-app227-dc8
x-ts: 200
x-tr: 332
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
i960-rtems-binutils version 2.16.1 for Mac OS X 10.5 Leopard
|
|||||||||
Wednesday the 5th of December, 2007 |
|||||||||
i960-rtems-binutils most recent diff
Scroll down toward the bottom of the page to get installation instructions for i960-rtems-binutils. The raw portfile for i960-rtems-binutils 2.16.1 is located here: https://i960-rtems-binutils.darwinports.com/dports/cross/i960-rtems-binutils/Portfile Find related portfiles with the unique DarwinPorts.com search feature. Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/i960-rtems-binutils # $Id: Portfile 30687 2007-11-04 07:27:28Z pguyot PortSystem 1.0 Name: i960-rtems-binutils Version: 2.16.1 # Parameters for this port. set crossgcc-target i960-rtems Description: FSF Binutils for i960-rtems cross development Long Description: Free Software Foundation development toolchain ("binutils") for i960-rtems cross development (Intel i960 family). Platform: darwin Category: cross devel Maintainers: pguyot Homepage: https://www.gnu.org/software/binutils/binutils.html master_sites gnu:binutils distname binutils-${version} use_bzip2 yes checksums md5 6a9d529efb285071dad10e1f3d2b2967 sha1 5c80fd5657da47efc16a63fdd93ef7395319fbbf rmd160 638861a6b709ac380f1bc13d55c6b48d0532b3d0 # All cross ports violate the mtree layout. destroot.violate_mtree yes # Download everything to binutils/ dist_subdir binutils # Build in a different directory, as advised in the README file. pre-configure { system "cd ${workpath} && mkdir -p build"} configure.dir ${workpath}/build configure.cmd ${worksrcpath}/configure configure.cc "cc -no-cpp-precomp" configure.args --infodir='${prefix}/share/info' --target=${crossgcc-target} --program-prefix=${crossgcc-target}- --mandir='${prefix}/share/man' build.dir ${workpath}/build # We don't want the etc module. post-extract { system "rm -rf ${worksrcpath}/etc" } patch { namespace eval crossgcc {} # Fix the info pages and related stuff. # # path: path to the doc directory (e.g. gas/doc/) # makefile: path to Makefile.in (e.g. gas/doc/Makefile.in) # name: name of the info page (e.g. as) # suffix: suffix of the souce page (texinfo or texi) proc crossgcc::fixinfo { path makefile name suffix } { global crossgcc-target worksrcpath # Fix the source reinplace "s|setfilename ${name}.info|setfilename ${crossgcc-target}-${name}.info|g" ${worksrcpath}/${path}/${name}.${suffix} reinplace "s|(${name})|(${crossgcc-target}-${name})|g" ${worksrcpath}/${path}/${name}.${suffix} reinplace "s| # Fix the Makefile reinplace "s|${name}.info|${crossgcc-target}-${name}.info|g" ${worksrcpath}/${makefile} reinplace "s|${name}.${suffix}|${crossgcc-target}-${name}.${suffix}|g" ${worksrcpath}/${makefile} # Rename the source file rename ${worksrcpath}/${path}/${name}.${suffix} ${worksrcpath}/${path}/${crossgcc-target}-${name}.${suffix} # Fix install-info's dir. # (note: this may be effectless if there was no info dir to be fixed) reinplace "s|__TARGET|${crossgcc-target}|g" "${worksrcpath}/${makefile}" } # Fix the gettext files and related stuff. # # module: name of the module (e.g. gas) proc crossgcc::fixgettext { module } { global crossgcc-target worksrcpath if { [ file exists "${worksrcpath}/${module}/Makefile.in" ] } { reinplace "s| } if { [ file exists "${worksrcpath}/${module}/doc/Makefile.in" ] } { reinplace "s| } if { [ file exists "${worksrcpath}/${module}/po/Make-in" ] } { reinplace "s| } } # gas/doc/as.texinfo crossgcc::fixinfo gas/doc/ gas/doc/Makefile.in as texinfo # bfd/doc/bfd.texinfo crossgcc::fixinfo bfd/doc/ bfd/doc/Makefile.in bfd texinfo # binutils/doc/binutils.texi crossgcc::fixinfo binutils/doc/ binutils/doc/Makefile.in binutils texi # gprof/gprof.texi crossgcc::fixinfo gprof/ gprof/Makefile.in gprof texi # ld/ld.texinfo crossgcc::fixinfo ld/ ld/Makefile.in ld texinfo # gettext stuff. crossgcc::fixgettext bfd crossgcc::fixgettext binutils crossgcc::fixgettext gas crossgcc::fixgettext gprof crossgcc::fixgettext ld crossgcc::fixgettext opcodes } post-destroot { # Installing (host) libiberty was a mistake. file delete "${destroot}/${prefix}/lib/libiberty.a" } # 2.16.1 is the latest supported version for this target, unless a maintainer # comes up, which may happen with new releases of binutils. livecheck.check freshmeat livecheck.name binutils livecheck.version 2.17 If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page. Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:
% cd /opt/local/bin/portslocation/dports/i960-rtems-binutilsYou will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to: - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using i960-rtems-binutils with these commands: % man i960-rtems-binutils Where to find more information:
This website is back-ended by DB5, the best database in the business,
|
![]() |
![]() Digg i960-rtems-binutils on MacOSX
Other Helpful SitesMacOSForgeDebian Packages MacPorts - SVN Freshports - FreeBSD Fink Package List RPM for MacOSX Port Categories
aqua
archivers audio benchmarks cad comms cross databases devel editors emulators games genealogy gnome gnustep graphics irc java kde lang math multimedia net news palm perl python ruby science security shells sysutils textproc www x11 xfce zope
Current CVS DownloadsDarwin Ports Current :nightly CVS snapshot OpenDarwin CVSWeb SSH Key Gen |
|||||||
| |




