Searched refs:nostdlib (Results 1 - 10 of 10) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/powerpc/switch_endian/
H A DMakefile3 ASFLAGS += -O2 -Wall -g -nostdlib -m64
/external/linux-kselftest/tools/testing/selftests/vDSO/
H A DMakefile3 CFLAGS_vdso_standalone_test_x86 := -nostdlib -fno-asynchronous-unwind-tables -fno-stack-protector
/external/icu/icu4c/source/config/
H A Dmh-linux26 LDFLAGSICUDT=-nodefaultlibs -nostdlib
H A Dmh-solaris-gcc18 LDFLAGSICUDT=-nodefaultlibs -nostdlib
H A Dmh-aix-gcc42 LDFLAGSICUDT=-nodefaultlibs -nostdlib
/external/avb/examples/uefi/
H A DMakefile76 -nostdlib -znocombreloc -T /usr/lib/elf_x86_64_efi.lds -shared \
/external/syslinux/mk/
H A Defi.mk39 LDFLAGS = -T $(SRC)/$(ARCH)/syslinux.ld -Bsymbolic -pie -nostdlib -znocombreloc \
/external/compiler-rt/make/
H A DAppleBI.mk141 -nostdlib \
/external/curl/docs/examples/
H A DMakefile.netware125 LDFLAGS = -nostdlib $< $(PRELUDE) $(LDLIBS) -o $@ -commandfile
/external/valgrind/perf/
H A Dtinycc.c2449 int nostdlib; /* if true, no standard libraries are added */
19110 if (!s1->nostdlib) {
19117 if (s1->output_type != TCC_OUTPUT_MEMORY && !s1->nostdlib) {
21174 !s->nostdlib) {
21394 { "nostdlib", TCC_OPTION_nostdlib, 0 },
21567 s->nostdlib = 1;
2447 int nostdlib; /* if true, no standard libraries are added */ member in struct:TCCState

Completed in 550 milliseconds