Ignore:
Timestamp:
Feb 16, 2010, 1:35:48 PM (14 years ago)
Author:
rosiere
Message:

Various modif (add test, and vhdl)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Softwares/Dhrystone/Makefile

    r130 r137  
    1717DIR_SYS                         = $(DIR_SRC)/sys
    1818DIR_INC                         = $(DIR_SRC)/include
    19 DIR_LDSCRIPT                    = $(NEWLIB)/lib/
     19DIR_LDSCRIPT                    = $($(OS)_DIR_LDSCRIPT)
    2020
    21 INCDIR                          = $(NEWLIB_INCDIR) -I$(DIR_INC)
    22 LIBDIR                          = $(NEWLIB_LIBDIR)
    23 LIBNAME                         = $(NEWLIB_LIBNAME)
     21INCDIR                          = $($(OS)_INCDIR) -I$(DIR_INC)
     22LIBDIR                          = $($(OS)_LIBDIR)
     23LIBNAME                         = $($(OS)_LIBNAME)
    2424
    2525FLAGS                           = -DDHRYSTONE_NB_RUNS=$(DHRYSTONE_NB_RUNS)
    2626
    2727#-----[ Files ]-------------------------------------------------------------------
    28 OBJECTS                         =       $(NEWLIB)/lib/*.o \
     28OBJECTS                         =       $($(OS)_OBJECTS) \
    2929                                        $(patsubst $(DIR_ASM)/%.s,$(DIR_OBJ)/%.o,$(wildcard $(DIR_ASM)/*.s))    \
    3030                                        $(patsubst $(DIR_SYS)/%.s,$(DIR_OBJ)/%.o,$(wildcard $(DIR_SYS)/*.s))    \
Note: See TracChangeset for help on using the changeset viewer.