root / trunk / data / bootstrap-cmds / arm.diff

Revision 2, 488 bytes (checked in by saurik, 11 months ago)

Initial commit.

  • migcom.tproj/mig_machine.h

    diff -ru bootstrap_cmds-60/migcom.tproj/mig_machine.h bootstrap_cmds-60+iPhone/migcom.tproj/mig_machine.h
    old new  
    44#include "i386/mig_machine.h" 
    55#elif defined(__ppc__) 
    66#include "ppc/mig_machine.h" 
     7#elif defined(__arm__) 
     8#include "arm/mig_machine.h" 
    79#else 
    810#error Architecture not supported 
    911#endif 
Note: See TracBrowser for help on using the browser.