| /external/pigweed/pw_toolchain/arm_clang/ |
| D | BUILD.gn | 7 # https://www.apache.org/licenses/LICENSE-2.0 20 "-mabi=aapcs", 21 "-mthumb", 24 cortex_m_software_fpu_flags = [ "-mfloat-abi=soft" ] 27 "-mfloat-abi=hard", 31 "-DPW_ARMV7M_ENABLE_FPU=1", 35 cortex_m_hardware_fpu_flags_common + [ "-mfpu=fpv4-sp-d16" ] 38 cortex_m_hardware_fpu_flags_common + [ "-mfpu=fpv5-d16" ] 41 cortex_m_hardware_fpu_flags_common + [ "-mfpu=fpv5-sp-d16" ] 49 ldflags = [ "-Wl,-u_printf_float" ] [all …]
|
| /external/wpa_supplicant_8/wpa_supplicant/ |
| D | nmake.mak | 15 # (http://www.openssl.org/source/openssl-0.9.8a.tar.gz) 17 # Note: If EAP-FAST is included in the build, OpenSSL needs to be patched to 18 # support it (openssl-tls-extensions.patch) 19 # Alternatively, see README-Windows.txt for information about binary 26 CFLAGS = /DCONFIG_NATIVE_WINDOWS macro 27 CFLAGS = $(CFLAGS) /DCONFIG_NDIS_EVENTS_INTEGRATED macro 28 CFLAGS = $(CFLAGS) /DCONFIG_ANSI_C_EXTRA macro 29 CFLAGS = $(CFLAGS) /DCONFIG_WINPCAP macro 30 CFLAGS = $(CFLAGS) /DIEEE8021X_EAPOL macro 31 CFLAGS = $(CFLAGS) /DPKCS12_FUNCS macro [all …]
|
| D | Makefile | 6 ALL += systemd/wpa_supplicant-nl80211@.service 7 ALL += systemd/wpa_supplicant-wired@.service 47 PKG_CONFIG ?= pkg-config 49 CFLAGS += $(EXTRA_CFLAGS) 50 CFLAGS += -I$(abspath ../src) 51 CFLAGS += -I$(abspath ../src/utils) 56 GITVER := $(shell git describe --dirty=+) 58 CFLAGS += -DGIT_VERSION_STR_POSTFIX=\"-$(GITVER)\" 64 CFLAGS += -DCONFIG_TESTING_OPTIONS 70 @if [ -f .config ]; then \ [all …]
|
| /external/pigweed/pw_toolchain/arm_gcc/ |
| D | BUILD.gn | 7 # https://www.apache.org/licenses/LICENSE-2.0 23 # GCC 7.1 adds an over-zealous ABI warning with little useful information 32 # See: https://gcc.gnu.org/gcc-7/changes.html (search for "psabi"). 33 # https://gcc.gnu.org/ml/gcc/2017-05/msg00073.html 35 cflags = [ "-Wno-psabi" ] 42 # Disable these warnings --no-warn-rwx-segment. For details see: 43 # https://www.redhat.com/en/blog/linkers-warnings-about-executable-stacks-and-segments 45 ldflags = [ "-Wl,--no-warn-rwx-segment" ] 50 "-mabi=aapcs", 51 "-mthumb", [all …]
|
| /external/wpa_supplicant_8/hostapd/ |
| D | Makefile | 24 CFLAGS += $(EXTRA_CFLAGS) 25 CFLAGS += -I$(abspath ../src) 26 CFLAGS += -I$(abspath ../src/utils) 33 GITVER := $(shell git describe --dirty=+) 35 CFLAGS += -DGIT_VERSION_STR_POSTFIX=\"-$(GITVER)\" 41 CFLAGS += -DCONFIG_TESTING_OPTIONS 54 CFLAGS += -DOS_NO_C_LIB_DEFINES 58 CFLAGS += -DCONFIG_NATIVE_WINDOWS 59 LIBS += -lws2_32 99 CFLAGS += -DHOSTAPD [all …]
|
| /external/lzma/C/ |
| D | 7zip_gcc_c.mak | 8 #RC=windres.exe --target=pe-x86-64 9 #RC=windres.exe -F pe-i386 17 CFLAGS_WARN_WALL = -Wall -Werror -Wextra 21 CFLAGS_BASE_LIST = -c 23 # CFLAGS_BASE_LIST = -S 25 FLAGS_FLTO = -flto 28 CFLAGS_BASE = $(MY_ARCH_2) -O2 $(CFLAGS_BASE_LIST) $(CFLAGS_WARN_WALL) $(CFLAGS_WARN) \ 29 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE 42 LDFLAGS_STATIC_2 = -static 49 # -static [all …]
|
| /external/lzma/CPP/ |
| D | Build.mak | 3 # CFLAGS = $(CFLAGS) -DZ7_NO_UNICODE 5 # CFLAGS = $(CFLAGS) -DUNICODE -D_UNICODE 8 !IF "$(CC)" != "clang-cl" 10 # CFLAGS = $(CFLAGS) -GL 21 !IF "$(CC)" != "clang-cl" 22 # CFLAGS = $(CFLAGS) -FAsc -Fa$O/asm/ 29 MY_ML = ml64 -WX 30 #-Dx64 34 MY_ML = armasm -WX 36 MY_ML = ml -WX [all …]
|
| /external/freetype/builds/amiga/ |
| D | makefile | 2 # Makefile for FreeType2 link library using ppc-morphos-gcc-2.95.3-bin.tgz 3 # (gcc 2.95.3 hosted on 68k-Amiga producing MorphOS-PPC-binaries from 8 # Copyright (C) 2005-2023 by 26 # ---8<--- 29 #define FT_USE_SMOOTH // anti-aliasing rasterizer 33 #define FT_USE_T1CID // cid-keyed type1 font driver 42 # ---8<--- 55 CC = ppc-morphos-gcc 56 AR = ppc-morphos-ar rc 57 RANLIB = ppc-morphos-ranlib [all …]
|
| D | makefile.os4 | 7 # Copyright (C) 2005-2023 by 19 # make -f makefile.os4 23 # ---8<--- 26 #define FT_USE_SMOOTH // anti-aliasing rasterizer 30 #define FT_USE_T1CID // cid-keyed type1 font driver 39 # ---8<--- 50 CC = ppc-amigaos-gcc 51 AR = ppc-amigaos-ar 52 RANLIB = ppc-amigaos-ranlib 54 DIRFLAGS = -Iinclude -I/FT/src -I/FT/include -I/SDK/include [all …]
|
| /external/rust/crates/libz-sys/src/zlib/ |
| D | configure | 5 # If you want to build just a static library, use: ./configure --static 8 # prefix=$HOME CC=cc CFLAGS="-O4" ./configure 10 # (setenv prefix $HOME; setenv CC cc; setenv CFLAGS "-O4"; ./configure) 12 # Incorrect settings of CC or CFLAGS may prevent creating a shared library. 13 # If you have problems, try without defining CC and CFLAGS before reporting 17 echo -------------------- >> configure.log 25 ZINCOUT="-I." 28 ZINC='-include zconf.h' 29 ZINCOUT='-I. -I$(SRCDIR)' 33 # set command prefix for cross-compilation [all …]
|
| /external/python/cpython2/Modules/zlib/ |
| D | configure | 5 # If you want to build just a static library, use: ./configure --static 8 # prefix=$HOME CC=cc CFLAGS="-O4" ./configure 10 # (setenv prefix $HOME; setenv CC cc; setenv CFLAGS "-O4"; ./configure) 12 # Incorrect settings of CC or CFLAGS may prevent creating a shared library. 13 # If you have problems, try without defining CC and CFLAGS before reporting 17 echo -------------------- >> configure.log 25 ZINCOUT="-I." 28 ZINC='-include zconf.h' 29 ZINCOUT='-I. -I$(SRCDIR)' 33 # set command prefix for cross-compilation [all …]
|
| /external/sdv/vsomeip/third_party/boost/regex/test/regress/ |
| D | bcb6.mak | 23 IDE_LinkFLAGS32 = -L$(BCROOT)\LIB 24 LINKOPTS= -ap -Tpe -x 25 CFLAGS= -tWC -DSTRICT; -Vx -Ve -w-inl -w-aus -w-csu -w-eff -w-rch -I$(BCROOT)\include;..\..\..\..\;… macro 33 -copy ..\..\build\bcb6\*.dll 34 -copy ..\..\..\..\stage\lib\*bcb*.dll 42 echo testing static multi-threaded version.... 63 echo testing dll multi-threaded version.... 80 $(BCC32) -tWM- -D_NO_VCL $(CFLAGS) -er1.exe -DBOOST_RE_TEST_LOCALE_W32 $(SOURCES) 83 $(BCC32) -tWM- -D_NO_VCL $(CFLAGS) -er2.exe -DBOOST_RE_TEST_LOCALE_C $(SOURCES) 86 $(BCC32) -tWM- -D_NO_VCL $(CFLAGS) -er3.exe -DBOOST_RE_TEST_LOCALE_CPP $(SOURCES) [all …]
|
| /external/rust/crates/libz-sys/src/zlib-ng/ |
| D | configure | 5 # If you want to build just a static library, use: ./configure --static 8 # prefix=$HOME CC=cc CFLAGS="-O4" ./configure 10 # (setenv prefix $HOME; setenv CC cc; setenv CFLAGS "-O4"; ./configure) 12 # Incorrect settings of CC or CFLAGS may prevent creating a shared library. 13 # If you have problems, try without defining CC and CFLAGS before reporting 17 echo -------------------- >> configure.log 24 # set command prefix for cross-compilation 25 if [ -n "${CHOST}" ]; then 28 …"$(echo "${NORM_CHOST}" | sed -e 's/^[^-]*-\([^-]*\)$/\1/' -e 's/^[^-]*-[^-]*-\([^-]*\)$/\1/' -e '… 29 CROSS_PREFIX="${CHOST}-" [all …]
|
| /external/python/cpython2/Modules/_ctypes/libffi/m4/ |
| D | ax_cc_maxopt.m4 | 2 # http://www.gnu.org/software/autoconf-archive/ax_cc_maxopt.html 15 # The user can override the flags by setting the CFLAGS environment 16 # variable. The user can also specify --enable-portable-binary in order to 21 # by the code (e.g. for gcc's -fstrict-aliasing), and that floating-point 22 # computations can be re-ordered as needed. 66 AC_ARG_ENABLE(portable-binary, [AS_HELP_STRING([--enable-portable-binary], [disable compiler optimi… 69 # Try to determine "good" native compiler flags if none specified via CFLAGS 71 CFLAGS="" 73 dec) CFLAGS="-newc -w0 -O5 -ansi_alias -ansi_args -fp_reorder -tune host" 75 CFLAGS="$CFLAGS -arch host" [all …]
|
| /external/arm-optimized-routines/ |
| D | config.mk.dist | 3 # Copyright (c) 2018-2022, Arm Limited. 4 # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception 16 #CROSS_COMPILE = aarch64-none-linux-gnu- 20 CFLAGS = -std=c99 -pipe -O3 21 CFLAGS += -Wall -Wno-missing-braces 22 CFLAGS += -Werror=implicit-function-declaration 26 HOST_CFLAGS = -std=c99 -O2 27 HOST_CFLAGS += -Wall -Wno-unused-function 30 HOST_CFLAGS += -g 31 CFLAGS += -g [all …]
|
| /external/pcre/maint/ |
| D | ManyConfigTests | 13 # -noasan skip the test that uses -fsanitize=address 14 # -nousan skip the test that uses -fsanitize=undefined 15 # -nodebug skip the test that uses --enable-debug 16 # -nojit skip all JIT tests 17 # -nojitmain skip non-valgrind JIT tests 18 # -nojitvalgrind skip JIT tests with valgrind 19 # -nomain skip all the main (non-JIT) set of tests 20 # -nomainvalgrind skip the main (non-JIT) valgrind tests 21 # -notmp skip the tests in a temporary directory 22 # -notmpjit skip the JIT test in a temporary directory [all …]
|
| /external/libsrtp2/ |
| D | configure.ac | 2 AC_INIT([libsrtp2], [2.3.0-pre], [https://github.com/cisco/libsrtp/issues]) 6 if test "x$CFLAGS" = "x"; then 7 dnl Default value for CFLAGS if not specified. 53 supported_cflags="$CFLAGS" 61 for w in -Werror -errwarn; do 63 AC_MSG_CHECKING([whether ${CC-c} accepts $w]) 64 save_cflags="$CFLAGS" 65 AS_IF([test "x$CFLAGS" = "x"], [CFLAGS="$w"], [CFLAGS="$CFLAGS $w"]) 69 [CFLAGS="$save_cflags" 74 dnl Note that -fPIC is not explicitly added to LDFLAGS. [all …]
|
| /external/freetype/builds/unix/ |
| D | configure.raw | 5 # Copyright (C) 2001-2023 by 39 LT_INIT(win32-dll) 46 AC_CHECK_PROG(CC_BUILD, ${build}-gcc, ${build}-gcc) 47 test -z "${CC_BUILD}" && AC_CHECK_PROG(CC_BUILD, gcc, gcc) 48 test -z "${CC_BUILD}" && AC_CHECK_PROG(CC_BUILD, cc, cc, , , /usr/ucb/cc) 49 test -z "${CC_BUILD}" && AC_MSG_ERROR([cannot find native C compiler]) 52 rm -f a.* b.* a_out.exe conftest.* 55 rm -f conftest.c 56 if test -x a.out -o -x b.out -o -x conftest; then 58 elif test -x a_out.exe -o -x conftest.exe; then [all …]
|
| /external/libexif/contrib/watcom/ |
| D | Makefile | 15 # USAGE: Simply type "wmake" or "wmake -f <makefilename>" when 32 OPTFLAGS= -5r -zp8 -otexan 34 OPTFLAGS= -5r -od -d2 40 IFLAGS= -i=. 42 EXTRACPPFLAGS=-dEXIF_DONT_CHANGE_MAKER_NOTE 46 CPPFLAGS = /dWIN32 /bm /fo=$(OUTPUTDIR)\ /fr -zq $(IFLAGS) $(OPTFLAGS) $(WINVERFLAGS) $(EXTRACPPFLA… 50 CFLAGS = $(CPPFLAGS) $(DEBUGCFLAGS) $(EXTRACFLAGS) /zm macro 52 # Link-time cc options: 54 LDFLAGS= -zq -l=dos4g 56 LDFLAGS= -zq -l=os2v2 [all …]
|
| /external/openthread/third_party/mbedtls/repo/programs/ |
| D | Makefile | 2 # To compile on SunOS: add "-lsocket -lnsl" to LDFLAGS 3 # To compile with PKCS11: add "-lpkcs11-helper" to LDFLAGS 5 CFLAGS ?= -O2 macro 6 WARNING_CFLAGS ?= -Wall -Wextra -Wformat=2 -Wno-format-nonliteral 7 WARNING_CXXFLAGS ?= -Wall -Wextra -Wformat=2 -Wno-format-nonliteral 13 LOCAL_CFLAGS = $(WARNING_CFLAGS) -I../tests/include -I../include -D_FILE_OFFSET_BITS=64 14 LOCAL_CXXFLAGS = $(WARNING_CXXFLAGS) -I../include -D_FILE_OFFSET_BITS=64 16 -L../library \ 17 -lmbedtls$(SHARED_SUFFIX) \ 18 -lmbedx509$(SHARED_SUFFIX) \ [all …]
|
| /external/compiler-rt/make/platform/ |
| D | clang_darwin.mk | 20 if $(LD) -v 2>&1 | grep "configured to support" \ 22 if $(CC) -arch $$arch \ 23 -integrated-as \ 25 -isysroot $(3) \ 26 -o /dev/null > /dev/null 2> /dev/null; then \ 44 result=`xcrun -find $(1) 2> /dev/null`; \ 50 result=`xcrun --sdk $(1).internal --show-sdk-path 2> /dev/null`; \ 52 result=`xcrun --sdk $(1) --show-sdk-path 2> /dev/null`; \ 59 LD := $(shell $(CC) -print-prog-name=ld) 108 ifneq ($(shell test -x /usr/bin/sw_vers && sw_vers -productVersion | grep 10.6),) [all …]
|
| /external/elfutils/ |
| D | configure.ac | 2 dnl Configure input file for elfutils. -*-autoconf-*- 4 dnl Copyright (C) 1996-2019 Red Hat, Inc. 32 # We want eu- as default program prefix if none was given by the user. 33 # But if the user explicitly provided --program-prefix="" then pretend 38 AC_MSG_NOTICE([No --program-prefix given, using "eu-"]) 39 program_prefix="eu-" 41 AC_MSG_NOTICE([Using no program-prefix]) 48 AC_COPYRIGHT([Copyright (C) 1996-2023 The elfutils developers.]) 51 dnl We use GNU make extensions; automake 1.10 defaults to -Wportability. 52 AM_INIT_AUTOMAKE([gnits 1.11 -Wno-portability dist-bzip2 no-dist-gzip parallel-tests]) [all …]
|
| /external/lz4/ |
| D | Makefile | 2 # LZ4 - Makefile 3 # Copyright (C) Yann Collet 2011-2020 29 # - LZ4 source repository : https://github.com/lz4/lz4 30 # - LZ4 forum froup : https://groups.google.com/forum/#!forum/lz4c 43 default: lib-release lz4-release 54 .PHONY: lib lib-release liblz4.a 56 lib lib-release liblz4.a: 57 $(MAKE) -C $(LZ4DIR) $@ 59 .PHONY: lz4 lz4-release 61 lz4-release : lib-release [all …]
|
| /external/libffi/m4/ |
| D | ax_cc_maxopt.m4 | 2 # https://www.gnu.org/software/autoconf-archive/ax_cc_maxopt.html 15 # The user can override the flags by setting the CFLAGS environment 16 # variable. The user can also specify --enable-portable-binary in order to 21 # by the code (e.g. for gcc's -fstrict-aliasing), and that floating-point 22 # computations can be re-ordered as needed. 66 AC_ARG_ENABLE(portable-binary, [AS_HELP_STRING([--enable-portable-binary], [disable compiler optimi… 69 # Try to determine "good" native compiler flags if none specified via CFLAGS 71 CFLAGS="" 73 dec) CFLAGS="-newc -w0 -O5 -ansi_alias -ansi_args -fp_reorder -tune host" 75 CFLAGS="$CFLAGS -arch host" [all …]
|
| /external/mbedtls/programs/ |
| D | Makefile | 2 # To compile on SunOS: add "-lsocket -lnsl" to LDFLAGS 4 CFLAGS ?= -O2 macro 5 WARNING_CFLAGS ?= -Wall -Wextra -Wformat=2 -Wno-format-nonliteral 6 WARNING_CXXFLAGS ?= -Wall -Wextra -Wformat=2 -Wno-format-nonliteral 12 LOCAL_CFLAGS = $(WARNING_CFLAGS) -I../tests/include -I../include -D_FILE_OFFSET_BITS=64 13 LOCAL_CXXFLAGS = $(WARNING_CXXFLAGS) -I../include -I../tests/include -D_FILE_OFFSET_BITS=64 15 -L../library \ 16 -lmbedtls$(SHARED_SUFFIX) \ 17 -lmbedx509$(SHARED_SUFFIX) \ 18 -lmbedcrypto$(SHARED_SUFFIX) [all …]
|