MonoPorting - Notes on porting Mono

This document captures some experiences I had porting Mono to the HP PA-RISC platform. It is meant to provide some more details about porting Mono to a new platform.

Preparation

Getting Started

        hppa*linux*)
                TARGET=HPPA;
                AC_DEFINE(MONO_ARCH_REGPARMS,1,[Architecture uses registers for Parameters])
                arch_target=hppa;
                ACCESS_UNALIGNED="no"
                JIT_SUPPORTED=yes
                jit_wanted=true

INCLUDES = $(GLIB_CFLAGS) -I$(top_srcdir)
noinst_LTLIBRARIES = libmonoarch-hppa.la
libmonoarch_hppa_la_SOURCES = hppa-codegen.h

MonoPorting (last edited 2007-05-30 19:20:51 by RandolphChung)

This page is licensed under a Creative Commons License