• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/

Lines Matching refs:ARCH

145 # first, and if a usermode build is happening, the "ARCH=um" on the command
146 # line overrides the setting of ARCH below. If a native build is happening,
147 # then ARCH is assigned, getting whatever value it gets normally, and
158 # When performing cross compilation for other architectures ARCH shall be set
160 # ARCH can be set during invocation of make:
161 # make ARCH=ia64
162 # Another way is to have ARCH set in the environment.
163 # The default ARCH is the host where make is executed.
174 ARCH ?= $(SUBARCH)
178 UTS_MACHINE := $(ARCH)
314 ARCH CONFIG_SHELL HOSTCC HOSTCFLAGS CROSS_COMPILE AS LD CC \
401 -include $(srctree)/arch/$(ARCH)/Makefile
497 -include $(srctree)/arch/$(ARCH)/Makefile
512 # Also any assignments in arch/$(ARCH)/Makefile take precedence over
547 # in the kernel tree, others are specified in arch/$(ARCH)Makefile.
573 # May be overridden by arch/$(ARCH)/Makefile
774 $(Q)ln -fsn $(srctree)/include/asm-$(ARCH) include2/asm
795 # done in arch/$(ARCH)/kernel/Makefile
797 export CPPFLAGS_busybox.lds += -P -C -U$(ARCH)
803 #bbox# @echo ' SYMLINK $@ -> include/asm-$(ARCH)'
805 #bbox# @ln -fsn asm-$(ARCH) $@
993 boards := $(wildcard $(srctree)/arch/$(ARCH)/configs/*_defconfig)
1111 ifeq ($(ARCH),um)
1112 ALLINCLUDE_ARCHS := $(ARCH) $(SUBARCH)
1114 ALLINCLUDE_ARCHS := $(ARCH)
1121 ALLSOURCE_ARCHS := $(ARCH)
1127 for ARCH in $(ALLSOURCE_ARCHS) ; do \
1128 find $(__srctree)arch/$${ARCH} $(RCS_FIND_IGNORE) \
1136 for ARCH in $(ALLINCLUDE_ARCHS) ; do \
1137 find $(__srctree)include/asm-$${ARCH} $(RCS_FIND_IGNORE) \
1204 $(PERL) $(src)/scripts/checkstack.pl $(ARCH)