/picolibc-latest/hello-world/ |
D | Makefile | 40 CXXFLAGS_RISCV=$(CFLAGS) -march=rv32imac -mabi=ilp32 -Triscv-cpp.ld 45 CXXFLAGS_ARM=$(CFLAGS) -mcpu=cortex-m3 -Tarm-cpp.ld 50 CXXFLAGS_AARCH64=$(CFLAGS) -Taarch64-cpp.ld 58 all-cpp: \ 83 hello-worldpp-native.elf: hello-worldpp.cpp 86 hello-worldpp-arm.elf: hello-worldpp.cpp 89 hello-worldpp-aarch64.elf: hello-worldpp.cpp 92 hello-worldpp-riscv.elf: hello-worldpp.cpp
|
/picolibc-latest/ |
D | picolibc.specs.in | 2 %rename cpp picolibc_cpp 6 *cpp:
|
/picolibc-latest/newlib/libc/xdr/ |
D | xdr.c | 642 char ** cpp, in xdr_bytes() argument 646 char *sp = *cpp; /* sp is the actual string pointer */ in xdr_bytes() 668 *cpp = sp = mem_alloc (nodesize); in xdr_bytes() 684 *cpp = NULL; in xdr_bytes() 766 char ** cpp, in xdr_string() argument 769 char *sp = *cpp; /* sp is the actual string pointer */ in xdr_string() 816 *cpp = sp = mem_alloc (nodesize); in xdr_string() 831 *cpp = NULL; in xdr_string() 843 char ** cpp) in xdr_wrapstring() argument 845 return xdr_string (xdrs, cpp, LASTUNSIGNED); in xdr_wrapstring()
|
/picolibc-latest/scripts/ |
D | cross-m32.txt | 3 cpp = ['c++', '-m32', '-march=core2', '-mfpmath=sse', '-msse2']
|
D | cross-powerpc64-linux-gnu.txt | 3 cpp = ['powerpc64-linux-gnu-g++', '-fno-pic', '-static']
|
D | cross-powerpc64le-linux-gnu.txt | 3 cpp = ['powerpc64le-linux-gnu-g++', '-fno-pic', '-static']
|
D | cross-avr.txt | 7 cpp = ['avr-gcc', '-nostdlib', '-D__COMPILING_AVR_LIBC__']
|
D | cross-msp430.txt | 7 cpp = ['msp430-elf-g++', '-nostdlib']
|
D | cross-m68k-linux-gnu.txt | 3 cpp = ['m68k-linux-gnu-g++', '-march=68020', '-static', '-nostdlib', '-Wl,--build-id=none']
|
D | cross-power9.txt | 3 cpp = ['powerpc64-linux-gnu-g++', '-fno-pic', '-fno-pie', '-static', '-mfloat128-hardware', '-mvsx'…
|
D | cross-microblazeel-zephyr-elf.txt | 7 cpp = ['microblazeel-zephyr-elf-g++', '-nostdlib']
|
D | cross-mips64-linux-gnuabi64.txt | 7 cpp = ['mips64-linux-gnuabi64-g++', '-nostdlib']
|
D | cross-mipsel-linux-gnu.txt | 7 cpp = ['mipsel-linux-gnu-g++', '-nostdlib']
|
D | cross-sparc64-linux-gnu.txt | 7 cpp = ['sparc64-linux-gnu-g++', '-nostdlib']
|
D | cross-arc64-zephyr-elf.txt | 7 cpp = ['arc64-zephyr-elf-g++', '-nostdlib']
|
D | cross-mips-linux-gnu.txt | 7 cpp = ['mips-linux-gnu-g++', '-nostdlib', '-Wl,--build-id=none']
|
D | cross-riscv64-zephyr-elf.txt | 7 cpp = ['riscv64-zephyr-elf-g++', '-nostdlib']
|
D | cross-rv32imac.txt | 3 cpp = ['riscv64-unknown-elf-g++', '-nostdlib']
|
D | cross-rv32imac_zicsr_zbb.txt | 3 cpp = ['riscv64-unknown-elf-g++', '-nostdlib']
|
D | cross-sh-unknown-elf.txt | 7 cpp = ['sh-unknown-elf-g++', '-nostdlib']
|
D | cross-aarch64-zephyr-elf.txt | 7 cpp = ['aarch64-zephyr-elf-g++', '-nostdlib']
|
D | cross-clang-aarch64-none-elf.txt | 7 cpp = ['clang', '-target', 'aarch64-none-elf', '-nostdlib']
|
D | cross-cortex-a9-none-eabi.txt | 7 cpp = ['arm-none-eabi-g++', '-mcpu=cortex-a9', '-nostdlib']
|
D | cross-mips-zephyr-elf.txt | 7 cpp = ['mips-zephyr-elf-g++', '-nostdlib', '-G0']
|
D | cross-power9-fp128.txt | 3 cpp = ['powerpc64-linux-gnu-g++', '-fno-pic', '-fno-pie', '-static', '-mabi=ieeelongdouble', '-mlon…
|