source: anotherchoice/tags/jsp-1.4.4-full-UTF8/config/microblaze/suzaku/Makefile.config@ 363

Last change on this file since 363 was 363, checked in by ykominami, 5 years ago

add tags/jsp-1.4.4-full-UTF8

  • Property svn:executable set to *
File size: 702 bytes
Line 
1#
2# @(#) $Id: Makefile.config,v 1.2 2007/05/08 07:47:39 honda Exp $
3#
4
5#
6# Makefile のシステム依存部分(SUZAKU用)
7#
8
9
10#
11# コンパイルフラグ
12#
13INCLUDES := $(INCLUDES) -I$(CONFIGDIR)/$(CPU)/$(SYS)
14COPTS := $(COPTS)
15LDFLAGS := $(LDFLAGS)
16
17#COPTS := $(COPTS) -mno-xl-soft-mul
18COPTS := $(COPTS) -mxl-soft-mul
19
20#LIBS := $(LIBS) -lc_soft
21
22
23#
24# カーネルに関する定義
25#
26KERNEL_DIR := $(KERNEL_DIR):$(CONFIGDIR)/$(CPU)/$(SYS)
27KERNEL_ASMOBJS := $(KERNEL_ASMOBJS) sys_support.o
28KERNEL_COBJS := $(KERNEL_COBJS) sys_config.o
29
30
31#
32# 各セグメントの開始アドレスの定義
33#
34TEXT_START_ADDRESS=0x80000000 # 128KB
35DATA_START_ADDRESS=0x80020000 # 128KB
36
37
38
39
Note: See TracBrowser for help on using the repository browser.