Re: building images for running from flash



On Wed, 13 Jun 2007 09:58:50 -0400
Mike Meyer <mwm@xxxxxxxxx> wrote:

In <20070613020642.463afff4@vixen42>, Z.C.B. <v.velox@xxxxxxxxxx>
typed:
Another annoying issue is the muckery involved
with /etc/make.conf... The issue I am running into that is the
CPUTYPE? option is different for the build machine and router
that the flash will be used on. Any nice way to deal with this?

If they are different implementations of the same architecture, you
can set CPUTYPE to the lower of the two. For the kernel and world,
you can set TARGET_ARCH= on the make line, and it will
cross-compile the world for you (assuming your compiler can
generate code for that architecture.

Setting CPUTYPE in /etc/make.conf is exactly what I am trying to
avoid.

The big question is still what to do about the ports.
_______________________________________________
freebsd-hackers@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • ImageMagick installation on OS X 10.4.4
    ... Tackling the problem of getting ImageMagick to function I have downloaded the sources and run ./configure and 'make'. ... /usr/bin/libtool: for architecture: cputype cpusubtype ...
    (comp.sys.mac.apps)
  • Re: building images for running from flash
    ... The issue I am running into that is the CPUTYPE? ... for the build machine and router that the flash will be used on. ... If they are different implementations of the same architecture, ... can set CPUTYPE to the lower of the two. ...
    (freebsd-hackers)
  • Re: default CFLAGS
    ... optimizations. ... If you set CPUTYPE, -march is set to match, so setting -march=native ... I set CPUTYPE to native of course which is then ... pentium2 pentiumpro pentium-mx pentium i486 i386 ...
    (freebsd-questions)
  • Re: default CFLAGS
    ... optimizations. ... If you set CPUTYPE, -march is set to match, so setting -march=native ... I set CPUTYPE to native of course which is then ... pentium2 pentiumpro pentium-mx pentium i486 i386 ...
    (freebsd-questions)
  • Re: make.conf CPUTYPE Xeon Conroe?
    ... Conroe CPU. ... I'm wondering what I should set CPUTYPE to in my /etc/make.conf. ... everything with the correct CPUTYPE flag? ...
    (freebsd-questions)