Home
last modified time | relevance | path

Searched +full:- +full:wl (Results 1 – 25 of 1008) sorted by relevance

12345678910>>...41

/external/e2fsprogs/config/
Dconfig.rpath5 # Copyright 1996-2014 Free Software Foundation, Inc.
14 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
16 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
23 # - On IRIX 6.5 with CC="cc", the run time search patch must not be longer
34 host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
35 host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
36 host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
44 \-*) ;;
48 cc_basename=`echo "$cc_temp" | sed -e 's%^.*/%%'`
52 wl=
[all …]
/external/libexif/
Dconfig.rpath5 # Copyright 1996-2003 Free Software Foundation, Inc.
21 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
29 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
31 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
38 # - On IRIX 6.5 with CC="cc", the run time search patch must not be longer
49 host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
50 host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
51 host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
55 wl=
57 wl='-Wl,'
[all …]
/external/freetype/
DChangeLog.281 2017-09-16 Werner Lemberg <wl@gnu.org>
7 Tag sources with `VER-2-8-1'.
24 builds/wince/vc2005-ce/freetype.vcproj,
25 builds/wince/vc2005-ce/index.html,
26 builds/wince/vc2008-ce/freetype.vcproj,
27 builds/wince/vc2008-ce/index.html: s/2.8/2.8.1/, s/28/281/.
34 2017-09-13 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
38 __builtin_shuffle() was introduced in gcc-4.7. The lowest
41 * src/sfnt/pngshim.c (premultiply_data): Fix cpp-macro to
45 2017-09-13 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
[all …]
DChangeLog.271 2016-12-30 Werner Lemberg <wl@gnu.org>
7 Tag sources with `VER-2-7-1'.
23 builds/wince/vc2005-ce/freetype.vcproj,
24 builds/wince/vc2005-ce/index.html,
25 builds/wince/vc2008-ce/freetype.vcproj,
26 builds/wince/vc2008-ce/index.html: s/2.7/2.7.1/, s/27/271/.
33 2016-12-30 Werner Lemberg <wl@gnu.org>
40 2016-12-30 Werner Lemberg <wl@gnu.org>
50 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=353
58 2016-12-29 Werner Lemberg <wl@gnu.org>
[all …]
DChangeLog.261 2016-07-12 Werner Lemberg <wl@gnu.org>
7 Tag sources with `VER-2-6-5'.
30 builds/wince/vc2005-ce/freetype.vcproj,
31 builds/wince/vc2005-ce/index.html,
32 builds/wince/vc2008-ce/freetype.vcproj,
33 builds/wince/vc2008-ce/index.html: s/2.6.4/2.6.5/, s/264/265/.
42 2016-07-11 Werner Lemberg <wl@gnu.org>
51 2016-07-11 Werner Lemberg <wl@gnu.org>
58 `darkening-parameters', and `no-stem-darkening'.
61 `darkening-parameters', `hinting-engine', and `no-stem-darkening'.
[all …]
DChangeLog.251 2014-12-30 Werner Lemberg <wl@gnu.org>
7 Tag sources with `VER-2-5-5'.
24 builds/wince/vc2005-ce/freetype.vcproj,
25 builds/wince/vc2005-ce/index.html,
26 builds/wince/vc2008-ce/freetype.vcproj,
27 builds/wince/vc2008-ce/index.html: s/2.5.4/2.5.5/, s/254/255/.
37 2014-12-24 Alexei Podtelezhnikov <apodtele@gmail.com>
44 2014-12-13 Werner Lemberg <wl@gnu.org>
46 * src/pcf/pcfread.c (pcf_read_TOC): Improve fix from 2014-12-08.
48 2014-12-11 Werner Lemberg <wl@gnu.org>
[all …]
/external/swiftshader/third_party/LLVM/tools/llvm-shlib/
DMakefile1 ##===- tools/shlib/Makefile --------------------------------*- Makefile -*-===##
8 ##===----------------------------------------------------------------------===##
12 LIBRARYNAME = LLVM-$(LLVMVersion)
24 # It is needed to force static-stdc++.a linked.
37 IncludeInLibLlvm := $(filter-out $(ExcludeFromLibLlvm), $(Archives))
38 LLVMLibsOptions := $(IncludeInLibLlvm:$(LibDir)/lib%.a=-l%)
46 LLVMLibsOptions := $(LLVMLibsOptions) -Wl,-current_version \
47 -Wl,$(LLVM_SUBMIT_VERSION).$(LLVM_SUBMIT_SUBVERSION) \
48 -Wl,-compatibility_version -Wl,1
51 LLVMLibsOptions := $(LLVMLibsOptions) -all_load
[all …]
/external/python/cpython3/Modules/
Dld_so_aix.in8 # DESCRIPTION: Creates a shareable .o from a set of pre-compiled
18 # (*) -o [OutputFileName] -o shr.o
19 # (*) -e [EntryPointLabel] -e init[OutputBaseName]
20 # (*) -bE:[ExportFile] -bE:[OutputBaseName].exp
21 # (*) -bI:[ImportFile] -bI:./python.exp
22 # -bM:[ModuleType] -bM:SRE
23 # -bhalt:[Number] -bhalt:4
24 # -T[Number] -T512
25 # -H[Number] -H512
26 # -lm
[all …]
/external/python/cpython2/Modules/
Dld_so_aix.in8 # DESCRIPTION: Creates a shareable .o from a set of pre-compiled
18 # (*) -o [OutputFileName] -o shr.o
19 # (*) -e [EntryPointLabel] -e init[OutputBaseName]
20 # (*) -bE:[ExportFile] -bE:[OutputBaseName].exp
21 # (*) -bI:[ImportFile] -bI:./python.exp
22 # -bM:[ModuleType] -bM:SRE
23 # -bhalt:[Number] -bhalt:4
24 # -T[Number] -T512
25 # -H[Number] -H512
26 # -lm
[all …]
/external/jemalloc/android/scripts/
Dconf_x86.sh9 x86_cc="${ANDROID_TOOLCHAIN}/x86_64-linux-android-gcc -m32"
10 x86_cpp="${ANDROID_TOOLCHAIN}/x86_64-linux-android-g++ -m32"
13 "-isystem ${ANDROID_BUILD_TOP}/bionic/libc/arch-x86/include"
14 "-isystem ${ANDROID_BUILD_TOP}/bionic/libc/include"
15 "-isystem ${ANDROID_BUILD_TOP}/bionic/libstdc++/include"
16 "-isystem ${ANDROID_BUILD_TOP}/bionic/libc/kernel/uapi"
17 "-isystem ${ANDROID_BUILD_TOP}/bionic/libc/kernel/uapi/asm-x86"
18 "-isystem ${ANDROID_BUILD_TOP}/bionic/libc/kernel/android/uapi"
19 "-isystem ${ANDROID_BUILD_TOP}/bionic/libm/include"
20 "-isystem ${ANDROID_BUILD_TOP}/bionic/libm/include/i387"
[all …]
Dconf_arm.sh9 arm_cc="${ANDROID_TOOLCHAIN}/arm-linux-androideabi-gcc"
10 arm_cpp="${ANDROID_TOOLCHAIN}/arm-linux-androideabi-g++"
13 "-isystem ${ANDROID_BUILD_TOP}/bionic/libc/arch-arm/include"
14 "-isystem ${ANDROID_BUILD_TOP}/bionic/libc/include"
15 "-isystem ${ANDROID_BUILD_TOP}/bionic/libstdc++/include"
16 "-isystem ${ANDROID_BUILD_TOP}/bionic/libc/kernel/uapi"
17 "-isystem ${ANDROID_BUILD_TOP}/bionic/libc/kernel/uapi/asm-arm"
18 "-isystem ${ANDROID_BUILD_TOP}/bionic/libc/kernel/android/uapi"
19 "-isystem ${ANDROID_BUILD_TOP}/bionic/libm/include"
20 "-isystem ${ANDROID_BUILD_TOP}/bionic/libm/include/arm"
[all …]
Dconf_x86_64.sh9 x86_64_cc="${ANDROID_TOOLCHAIN}/x86_64-linux-android-gcc"
10 x86_64_cpp="${ANDROID_TOOLCHAIN}/x86_64-linux-android-g++"
13 "-isystem ${ANDROID_BUILD_TOP}/bionic/libc/arch-x86_64/include"
14 "-isystem ${ANDROID_BUILD_TOP}/bionic/libc/include"
15 "-isystem ${ANDROID_BUILD_TOP}/bionic/libstdc++/include"
16 "-isystem ${ANDROID_BUILD_TOP}/bionic/libc/kernel/uapi"
17 "-isystem ${ANDROID_BUILD_TOP}/bionic/libc/kernel/uapi/asm-x86"
18 "-isystem ${ANDROID_BUILD_TOP}/bionic/libc/kernel/android/uapi"
19 "-isystem ${ANDROID_BUILD_TOP}/bionic/libm/include"
20 "-isystem ${ANDROID_BUILD_TOP}/bionic/libm/include/amd64"
[all …]
Dconf_mips.sh9 mips_cc="${ANDROID_TOOLCHAIN}/mipsel-linux-android-gcc"
10 mips_cpp="${ANDROID_TOOLCHAIN}/mipsel-linux-android-g++"
13 "-isystem ${ANDROID_BUILD_TOP}/bionic/libc/arch-mips/include"
14 "-isystem ${ANDROID_BUILD_TOP}/bionic/libc/include"
15 "-isystem ${ANDROID_BUILD_TOP}/bionic/libstdc++/include"
16 "-isystem ${ANDROID_BUILD_TOP}/bionic/libc/kernel/uapi"
17 "-isystem ${ANDROID_BUILD_TOP}/bionic/libc/kernel/uapi/asm-mips"
18 "-isystem ${ANDROID_BUILD_TOP}/bionic/libm/include"
19 "-isystem ${ANDROID_BUILD_TOP}/bionic/libm/include/mips"
22 # Copy libm.so to libpthread.so to allow -lpthread to work.
[all …]
Dconf_arm64.sh9 aarch64_cc="${ANDROID_TOOLCHAIN}/aarch64-linux-android-gcc"
10 aarch64_cpp="${ANDROID_TOOLCHAIN}/aarch64-linux-android-g++"
13 "-isystem ${ANDROID_BUILD_TOP}/bionic/libc/arch-arm64/include"
14 "-isystem ${ANDROID_BUILD_TOP}/bionic/libc/include"
15 "-isystem ${ANDROID_BUILD_TOP}/bionic/libstdc++/include"
16 "-isystem ${ANDROID_BUILD_TOP}/bionic/libc/kernel/uapi"
17 "-isystem ${ANDROID_BUILD_TOP}/bionic/libc/kernel/uapi/asm-arm64"
18 "-isystem ${ANDROID_BUILD_TOP}/bionic/libc/kernel/android/uapi"
19 "-isystem ${ANDROID_BUILD_TOP}/bionic/libm/include"
20 "-isystem ${ANDROID_BUILD_TOP}/bionic/libm/include/arm64"
[all …]
/external/u-boot/arch/sandbox/
Dconfig.mk1 # SPDX-License-Identifier: GPL-2.0+
4 PLATFORM_CPPFLAGS += -D__SANDBOX__ -U_FORTIFY_SOURCE
5 PLATFORM_CPPFLAGS += -DCONFIG_ARCH_MAP_SYSMEM
6 PLATFORM_LIBS += -lrt
9 # This can solve 'sdl-config: Command not found' errors
11 PLATFORM_CPPFLAGS += -DSANDBOX_NO_SDL
14 PLATFORM_LIBS += $(shell sdl-config --libs)
15 PLATFORM_CPPFLAGS += $(shell sdl-config --cflags)
19 cmd_u-boot__ = $(CC) -o $@ -Wl,-T u-boot.lds \
20 -Wl,--start-group $(u-boot-main) -Wl,--end-group \
[all …]
/external/libunwind/android/
Dconf_arm.sh9 arm_cc="${ANDROID_TOOLCHAIN}/arm-linux-androideabi-gcc"
10 arm_cpp="${ANDROID_TOOLCHAIN}/arm-linux-androideabi-g++"
13 "-isystem ${ANDROID_BUILD_TOP}/system/core/include"
14 "-isystem ${ANDROID_BUILD_TOP}/hardware/libhardware/include"
15 "-isystem ${ANDROID_BUILD_TOP}/hardware/libhardware_legacy/include"
16 "-isystem ${ANDROID_BUILD_TOP}/hardware/ril/include"
17 "-isystem ${ANDROID_BUILD_TOP}/libnativehelper/include"
18 "-isystem ${ANDROID_BUILD_TOP}/frameworks/native/include"
19 "-isystem ${ANDROID_BUILD_TOP}/frameworks/native/opengl/include"
20 "-isystem ${ANDROID_BUILD_TOP}/frameworks/av/include"
[all …]
/external/honggfuzz/hfuzz_cc/
Dhfuzz-cc.c85 if (strcmp(argv[i], "--version") == 0) { in isLDMode()
88 if (strcmp(argv[i], "-c") == 0) { in isLDMode()
91 if (strcmp(argv[i], "-E") == 0) { in isLDMode()
94 if (strcmp(argv[i], "-S") == 0) { in isLDMode()
97 if (strcmp(argv[i], "-shared") == 0) { in isLDMode()
106 if (strcmp(argv[i], "-fsanitize=fuzzer") == 0) { in isFSanitizeFuzzer()
120 argv[argc++] = "-fsanitize=address"; in execCC()
123 argv[argc++] = "-fsanitize=memory"; in execCC()
126 argv[argc++] = "-fsanitize=undefined"; in execCC()
157 hf_execvp("clang++-devel", argv); in execCC()
[all …]
/external/swiftshader/third_party/LLVM/autoconf/m4/
Dlibtool.m41 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
13 # AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED)
14 # -----------------------------------------------------------
24 # ---------------
59 # ----------------
79 # ----------------
119 # metacharacters that are still active within double-quoted strings.
120 Xsed='sed -e 1s/^X//'
134 rm="rm -f"
155 test -z "$AR" && AR=ar
[all …]
/external/curl/m4/
Dlibtool.m41 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
3 # Copyright (C) 1996-2001, 2003-2015 Free Software Foundation, Inc.
38 # ------------------
41 [m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1,
49 # ------------------
60 # ------------------
70 m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl
80 _LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}])
101 dnl aclocal-1.4 backwards compatibility:
107 # -----------------------
[all …]
/external/pcre/dist2/m4/
Dlibtool.m41 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
3 # Copyright (C) 1996-2001, 2003-2017 Free Software Foundation, Inc.
38 # ------------------
41 [m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1,
49 # ------------------
60 # ------------------
70 m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl
80 _LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}])
101 dnl aclocal-1.4 backwards compatibility:
107 # -----------------------
[all …]
/external/ImageMagick/m4/
Dlibtool.m41 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
3 # Copyright (C) 1996-2001, 2003-2015 Free Software Foundation, Inc.
38 # ------------------
41 [m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1,
49 # ------------------
60 # ------------------
70 m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl
80 _LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}])
101 dnl aclocal-1.4 backwards compatibility:
107 # -----------------------
[all …]
/external/expat/m4/
Dlibtool.m41 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
3 # Copyright (C) 1996-2001, 2003-2015 Free Software Foundation, Inc.
38 # ------------------
41 [m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1,
49 # ------------------
60 # ------------------
70 m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl
80 _LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}])
101 dnl aclocal-1.4 backwards compatibility:
107 # -----------------------
[all …]
/external/libevent/m4/
Dlibtool.m41 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
3 # Copyright (C) 1996-2001, 2003-2015 Free Software Foundation, Inc.
38 # ------------------
41 [m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1,
49 # ------------------
60 # ------------------
70 m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl
80 _LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}])
101 dnl aclocal-1.4 backwards compatibility:
107 # -----------------------
[all …]
/external/libpng/scripts/
Dlibtool.m41 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
3 # Copyright (C) 1996-2001, 2003-2015 Free Software Foundation, Inc.
38 # ------------------
41 [m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1,
49 # ------------------
60 # ------------------
70 m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl
80 _LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}])
101 dnl aclocal-1.4 backwards compatibility:
107 # -----------------------
[all …]
/external/python/cpython2/Modules/_ctypes/libffi/m4/
Dlibtool.m41 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
3 # Copyright (C) 1996-2001, 2003-2013 Free Software Foundation, Inc.
37 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
44 # ------------------
47 [m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1,
55 # ------------------
66 # ------------------
76 m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl
86 _LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}])
107 dnl aclocal-1.4 backwards compatibility:
[all …]

12345678910>>...41