Ignore:
Timestamp:
Jan 8, 2009, 2:06:27 PM (15 years ago)
Author:
rosiere
Message:

1) Bug fix (Operation, Instruction)
2) Modif Return Address Stack
3) Add Soft Test
4) Add Soc Test

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore set to
      Makefile.flags
      Makefile.tools
      Makefile.tools_path
  • trunk/Softwares/Makefile.Software

    r88 r100  
    1818
    1919EXE                             = soft
     20
     21DIR_COMMON              = $(MORPHEO_TOPLEVEL)/Softwares/Common
     22DIR_COMMON_C            = $(DIR_GLOBAL)/src/c
     23DIR_COMMON_ASM          = $(DIR_GLOBAL)/src/asm
     24DIR_COMMON_SYS          = $(DIR_GLOBAL)/src/sys
     25DIR_COMMON_INC          = $(DIR_GLOBAL)/include
     26
     27OBJECTS_COMMON          =       $(patsubst $(DIR_COMMON_ASM)/%.s,$(DIR_OBJ)/%.o,$(wildcard $(DIR_COMMON_ASM)/*.s))      \
     28                                $(patsubst $(DIR_COMMON_SYS)/%.s,$(DIR_OBJ)/%.o,$(wildcard $(DIR_COMMON_SYS)/*.s))      \
     29                                $(patsubst $(DIR_COMMON_C)/%.c,$(DIR_OBJ)/%.o,$(wildcard $(DIR_COMMON_C)/*.c))
     30
    2031
    2132#-----[ To the compilation ]------------------------------------------------------
     
    4354
    4455# Tools's option
    45 OR32_CC_OPT                     = $(INCLUDE) $(OPTIMIZE) -Wlong-long
     56OR32_CC_OPT                     = $(INCDIR) $(OPTIMIZE) -Wlong-long
    4657# -DHAVE_LIBC
    4758OR32_AS_OPT                     =
    48 OR32_LD_OPT                     = -T$(DIR_LDSCRIPT)/or32.ld $(LIBRARY) 
     59OR32_LD_OPT                     = -T$(DIR_LDSCRIPT)/or32.ld $(LIBDIR) $(LIBNAME)
    4960OR32_OBJDUMP_OPT                = -D
    5061OR32_NM_OPT                     = -n
Note: See TracChangeset for help on using the changeset viewer.