OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / vendors / TI / dm270 / config.arch
1 ############################################################################
2 #
3 # Vendor specific settings
4 #
5
6 CONSOLE_BAUD_RATE = 38400
7
8 ############################################################################
9
10 CPUFLAGS :=
11 VENDOR_CFLAGS :=
12 DISABLE_XIP := 1
13 DISABLE_MOVE_RODATA := 1       # until we get a toolchain release
14 # LOPT := -O2                  # library is alway 02
15 # UOPT := -Os                  # user apps are always Os
16
17 ############################################################################
18
19 include $(ROOTDIR)/vendors/config/armnommu/config.arch
20
21 ############################################################################