HomeSort by: relevance | last modified time | path
    Searched defs:LINUX (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/zstd/dist/contrib/linux-kernel/
Makefile 13 rm -rf linux
14 mkdir -p linux
15 mkdir -p linux/include/linux
16 mkdir -p linux/lib/zstd
19 --output-lib linux/lib/zstd \
20 --xxhash '<linux/xxhash.h>' \
23 --rewrite-include '<limits\.h>=<linux/limits.h>' \
24 --rewrite-include '<stddef\.h>=<linux/types.h>' \
25 --rewrite-include '"\.\./zstd.h"=<linux/zstd.h>'
    [all...]
  /src/external/bsd/zstd/dist/contrib/linux-kernel/test/
Makefile 11 LINUX := ../linux
12 LINUX_ZSTDLIB := $(LINUX)/lib/zstd
14 CPPFLAGS += -I$(LINUX)/include -I$(LINUX_ZSTDLIB) -Iinclude -DNDEBUG -Wno-deprecated-declarations
  /src/external/bsd/jemalloc.old/dist/scripts/
gen_travis.py 7 LINUX = 'linux'
100 # The 'default' configuration is gcc, on linux, with no compiler or configure
150 # 'malloc_conf' symbols and such, which are declared weak under Linux.
190 if os == LINUX and cross_compile:
240 os = LINUX
297 - os: linux
302 - os: linux
  /src/external/bsd/jemalloc/dist/scripts/
gen_gh_actions.py 7 LINUX = 'ubuntu-24.04'
81 # The 'default' configuration is gcc, on linux, with no compiler or configure
130 # 'malloc_conf' symbols and such, which are declared weak under Linux.
168 if os == LINUX and cross_compile:
210 """Generate Linux job configuration."""
211 os = LINUX
246 job = f""" test-linux{arch_suffix}:
639 workflow_type = sys.argv[1] if len(sys.argv) > 1 else 'linux'
641 if workflow_type == 'linux':
646 print(GITHUB_ACTIONS_TEMPLATE.format(name='Linux CI', jobs=jobs)
    [all...]
gen_travis.py 7 LINUX = 'linux'
109 # The 'default' configuration is gcc, on linux, with no compiler or configure
161 # 'malloc_conf' symbols and such, which are declared weak under Linux.
201 if os == LINUX and cross_compile:
251 os = LINUX
322 - os: linux
327 - os: linux

Completed in 52 milliseconds