Home
last modified time | relevance | path

Searched refs:cpp (Results 1 – 25 of 54) sorted by relevance

123

/picolibc-latest/hello-world/
DMakefile40 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/
Dpicolibc.specs.in2 %rename cpp picolibc_cpp
6 *cpp:
/picolibc-latest/newlib/libc/xdr/
Dxdr.c642 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/
Dcross-m32.txt3 cpp = ['c++', '-m32', '-march=core2', '-mfpmath=sse', '-msse2']
Dcross-powerpc64-linux-gnu.txt3 cpp = ['powerpc64-linux-gnu-g++', '-fno-pic', '-static']
Dcross-powerpc64le-linux-gnu.txt3 cpp = ['powerpc64le-linux-gnu-g++', '-fno-pic', '-static']
Dcross-avr.txt7 cpp = ['avr-gcc', '-nostdlib', '-D__COMPILING_AVR_LIBC__']
Dcross-msp430.txt7 cpp = ['msp430-elf-g++', '-nostdlib']
Dcross-m68k-linux-gnu.txt3 cpp = ['m68k-linux-gnu-g++', '-march=68020', '-static', '-nostdlib', '-Wl,--build-id=none']
Dcross-power9.txt3 cpp = ['powerpc64-linux-gnu-g++', '-fno-pic', '-fno-pie', '-static', '-mfloat128-hardware', '-mvsx'…
Dcross-microblazeel-zephyr-elf.txt7 cpp = ['microblazeel-zephyr-elf-g++', '-nostdlib']
Dcross-mips64-linux-gnuabi64.txt7 cpp = ['mips64-linux-gnuabi64-g++', '-nostdlib']
Dcross-mipsel-linux-gnu.txt7 cpp = ['mipsel-linux-gnu-g++', '-nostdlib']
Dcross-sparc64-linux-gnu.txt7 cpp = ['sparc64-linux-gnu-g++', '-nostdlib']
Dcross-arc64-zephyr-elf.txt7 cpp = ['arc64-zephyr-elf-g++', '-nostdlib']
Dcross-mips-linux-gnu.txt7 cpp = ['mips-linux-gnu-g++', '-nostdlib', '-Wl,--build-id=none']
Dcross-riscv64-zephyr-elf.txt7 cpp = ['riscv64-zephyr-elf-g++', '-nostdlib']
Dcross-rv32imac.txt3 cpp = ['riscv64-unknown-elf-g++', '-nostdlib']
Dcross-rv32imac_zicsr_zbb.txt3 cpp = ['riscv64-unknown-elf-g++', '-nostdlib']
Dcross-sh-unknown-elf.txt7 cpp = ['sh-unknown-elf-g++', '-nostdlib']
Dcross-aarch64-zephyr-elf.txt7 cpp = ['aarch64-zephyr-elf-g++', '-nostdlib']
Dcross-clang-aarch64-none-elf.txt7 cpp = ['clang', '-target', 'aarch64-none-elf', '-nostdlib']
Dcross-cortex-a9-none-eabi.txt7 cpp = ['arm-none-eabi-g++', '-mcpu=cortex-a9', '-nostdlib']
Dcross-mips-zephyr-elf.txt7 cpp = ['mips-zephyr-elf-g++', '-nostdlib', '-G0']
Dcross-power9-fp128.txt3 cpp = ['powerpc64-linux-gnu-g++', '-fno-pic', '-fno-pie', '-static', '-mabi=ieeelongdouble', '-mlon…

123