• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/stress/stress.mk
Arnout VandecappelleArnout Vandecappelle committed dc7a9bb9f7e24 Oct 2013
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# stress
4
#
5
################################################################################
6
​
7
STRESS_VERSION = 1.0.4
8
STRESS_SITE = http://people.seas.harvard.edu/~apw/stress
9
STRESS_LICENSE = GPLv2+
10
STRESS_LICENSE_FILES = COPYING
11
STRESS_AUTORECONF = YES
12
​
13
# Stress is linked statically if the --enable-static is specified.
14
# However, this option is always specified in the global
15
# SHARED_STATIC_LIBS_OPTS to tell packages to build static libraries,
16
# if supported.
17
#
18
# If the BR2_PREFER_STATIC_LIB is not defined, we have to specify
19
# --disable-static explicitly to get stress linked dynamically.
20
#
21
# Also, disable documentation by undefining makeinfo
22
STRESS_CONF_OPT = \
23
    $(if $(BR2_PREFER_STATIC_LIB),,--disable-static) \
24
    MAKEINFO=:
25
​
26
$(eval $(autotools-package))
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.