Changeset 272


Ignore:
Timestamp:
Jan 17, 2014, 11:50:43 PM (10 years ago)
Author:
cfuguet
Message:
  • Adding the stdlib.o object among the dhrystone application objects
File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/Makefile

    r259 r272  
    7676DHRYSTONE_OBJS = build/dhrystone/dhry_1.o \
    7777                 build/dhrystone/dhry_2.o \
     78                 build/libs/stdlib.o      \
    7879                 build/libs/stdio.o       \
    7980                 build/libs/string.o      \
     
    8889
    8990
    90 CFLAGS = -Wall -ffreestanding -mno-gpopt -mips32 
     91CFLAGS = -Wall -ffreestanding -mno-gpopt -mips32
    9192
    9293GIET_INCLUDE = -Igiet_boot    \
     
    116117
    117118### Disk image generation
    118 ### This requires the generic LINUX/MacOS sript "create_dmg" script
     119### This requires the generic LINUX/MacOS script "create_dmg" script
    119120### written by C.Fuguet. (should be installed in GIET-VM root directory).
    120121hdd/virt_hdd.dmg: map.bin                   \
     
    386387        rm -rf build/sort/*
    387388        rm -rf build/map.bin
     389        rm -rf hdd/virt_hdd/*
    388390        rm -rf hdd/virt_hdd.dmg
Note: See TracChangeset for help on using the changeset viewer.