Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch/hpc/stand



Module Name:    src
Committed By:   rafal
Date:           Tue Feb 26 21:46:38 UTC 2008

Modified Files:
        src/sys/arch/hpc/stand: Makefile README
        src/sys/arch/hpc/stand/dspgen: Makefile config.sh do_subst.awk
            gen_template.sh gen_workspace.sh
Added Files:
        src/sys/arch/hpc/stand/dspgen/tmpl.evc4: application.ARMV4Debug
            application.ARMV4Release application.SH3Debug
            application.SH3Release application.SH4Debug application.SH4Release
            config.defadd config.defprop header project
            static_library.ARMV4Debug static_library.ARMV4Release
            static_library.SH3Debug static_library.SH3Release
            static_library.SH4Debug static_library.SH4Release

Log Message:
Check in infrastructure for generating project/workspace files for eMbedded
Visual C++ 4 for ARM, SH[34].  Not currently integrated into the 'install'
targets since it's only been tested for ARM; SH targets compile but I have
no hardware to test on.  eVC++4 only supports targets of MIPSII, MIPSIV
and MIPS16 so that might not be appropriate for the hpcmips based systems.


To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 src/sys/arch/hpc/stand/Makefile
cvs rdiff -r1.5 -r1.6 src/sys/arch/hpc/stand/README
cvs rdiff -r1.3 -r1.4 src/sys/arch/hpc/stand/dspgen/Makefile
cvs rdiff -r1.2 -r1.3 src/sys/arch/hpc/stand/dspgen/config.sh \
    src/sys/arch/hpc/stand/dspgen/gen_template.sh \
    src/sys/arch/hpc/stand/dspgen/gen_workspace.sh
cvs rdiff -r1.4 -r1.5 src/sys/arch/hpc/stand/dspgen/do_subst.awk
cvs rdiff -r0 -r1.1 \
    src/sys/arch/hpc/stand/dspgen/tmpl.evc4/application.ARMV4Debug \
    src/sys/arch/hpc/stand/dspgen/tmpl.evc4/application.ARMV4Release \
    src/sys/arch/hpc/stand/dspgen/tmpl.evc4/application.SH3Debug \
    src/sys/arch/hpc/stand/dspgen/tmpl.evc4/application.SH3Release \
    src/sys/arch/hpc/stand/dspgen/tmpl.evc4/application.SH4Debug \
    src/sys/arch/hpc/stand/dspgen/tmpl.evc4/application.SH4Release \
    src/sys/arch/hpc/stand/dspgen/tmpl.evc4/config.defadd \
    src/sys/arch/hpc/stand/dspgen/tmpl.evc4/config.defprop \
    src/sys/arch/hpc/stand/dspgen/tmpl.evc4/header \
    src/sys/arch/hpc/stand/dspgen/tmpl.evc4/project \
    src/sys/arch/hpc/stand/dspgen/tmpl.evc4/static_library.ARMV4Debug \
    src/sys/arch/hpc/stand/dspgen/tmpl.evc4/static_library.ARMV4Release \
    src/sys/arch/hpc/stand/dspgen/tmpl.evc4/static_library.SH3Debug \
    src/sys/arch/hpc/stand/dspgen/tmpl.evc4/static_library.SH3Release \
    src/sys/arch/hpc/stand/dspgen/tmpl.evc4/static_library.SH4Debug \
    src/sys/arch/hpc/stand/dspgen/tmpl.evc4/static_library.SH4Release

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index