Searched refs:arch (Results 1 – 25 of 65) sorted by relevance
123
1 Some notes to help future porters. Replace 'ARCH' with whatever arch8 See the other arch files for some good examples. powerpc/sparc/alpha19 (note: if glibc has already been ported to your arch, you can usually just22 - copy Makefile and Makefile.arch from libc/sysdeps/linux/i386/23 - set CSRC and SSRC to nothing in Makefile.arch for now54 update the Makefile.arch values accordingly)93 can simply copy this file from another arch and be done ... otherwise you101 - define MAGIC1 to the EM_### value your ELF arch uses102 - define ELF_TARGET to a string name for your arch112 another arch which uses the same type of relocations (REL or RELA) and[all …]
55 for x in libc/*/*/Makefile.arch ; do57 ${USE_CMD} extra/scripts/Makefile.arch.lvl3 `dirname ${x}`/Makefile66 for x in libc/*/*/*/Makefile.arch ; do68 ${USE_CMD} extra/scripts/Makefile.arch.lvl4 `dirname ${x}`/Makefile
32 @$(if $(arch-defconfigs), \35 $(foreach c, $(arch-defconfigs), \
65 $(Q)(for i in `ls $(srctree)/arch/*/Kconfig \66 $(srctree)/arch/*/um/Kconfig`; \101 $(Q)$< --defconfig=arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG) $(Kconfig)105 $(Q)$< --defconfig=arch/$(SRCARCH)/configs/$@ $(Kconfig)
10 -include $(libm_ARCH_fpu_DIR)/Makefile.arch
12 include Makefile.arch
23 include Makefile.arch
Completed in 22 milliseconds