OSDN Git Service

Update cross tools prefix
[uclinux-h8/uClinux-dist.git] / vendors / CyberGuard / SG635 / config.arch
1 ############################################################################
2 #
3 # Vendor specific settings
4 #
5
6 ifeq ($(ROOTDIR)/boot,$(wildcard $(ROOTDIR)/boot))
7 VENDOR_TOPDIRS = boot
8 endif
9
10
11 # To override the vendor-global version do something like:
12 # VERSIONPKG = 2.3.5u1
13
14 HW_VENDOR       = SnapGear
15 HW_PRODUCT      = SnapGearPCI635
16
17 ############################################################################
18
19 CPUFLAGS          = -m4 -ml
20 VENDOR_CFLAGS     = -DCONFIG_SNAPGEAR -DCONFIG_RAM64MB
21 GLIBC_TARGET_OPTS = --host=sh4-linux --enable-static-nss
22
23 ############################################################################
24
25 include $(ROOTDIR)/vendors/config/sh/config.arch
26
27 RELFILES += images/configs.tar.gz
28
29 ############################################################################
30
31 ifdef UCLINUX_BUILD_BOOT
32         MISC  = -DCONFIG_CPU_SH4_7751R -DCONFIG_RAM64MB
33 endif
34
35 ############################################################################