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

Various modif (add test, and vhdl)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Softwares/MiBench/Makefile

    r129 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
    2525MIBENCH_DATA_PATH               = $(MORPHEO_TOPLEVEL)/Softwares/MiBench/data
     
    2828
    2929#-----[ Files ]-------------------------------------------------------------------
    30 OBJECTS                         =       $(NEWLIB)/lib/*.o \
     30OBJECTS                         =       $($(OS)_OBJECTS) \
    3131                                        $(patsubst $(DIR_ASM)/%.s,$(DIR_OBJ)/%.o,$(wildcard $(DIR_ASM)/*.s))    \
    3232                                        $(patsubst $(DIR_SYS)/%.s,$(DIR_OBJ)/%.o,$(wildcard $(DIR_SYS)/*.s))    \
Note: See TracChangeset for help on using the changeset viewer.