003 File Manager
Current Path:
/usr/src/lib/csu/mips
usr
/
src
/
lib
/
csu
/
mips
/
📁
..
📄
Makefile
(436 B)
📄
Makefile.depend
(187 B)
📄
crt.h
(1.91 KB)
📄
crt1_c.c
(2.77 KB)
📄
crti.S
(1.12 KB)
📄
crtn.S
(570 B)
Editing: Makefile
# $FreeBSD$ .PATH: ${.CURDIR:H}/common .include <src.opts.mk> CFLAGS+= -DCRT_IRELOC_SUPPRESS .if ${MACHINE_ARCH:Mmips64} ELFCLASS= 64 .else ELFCLASS= 32 .endif .if ${MACHINE_ARCH:Mmips*el} ENDIAN= l .else ENDIAN= b .endif .if ${MACHINE_ARCH:Mmipsn32*} SUFFIX= n32 .else SUFFIX= .endif # binutils requires an explicit emulation for ld -r LDFLAGS.bfd+= -Wl,-m -Wl,elf${ELFCLASS}${ENDIAN}tsmip${SUFFIX}_fbsd .include <bsd.lib.mk>
Upload File
Create Folder