• 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/jamvm/jamvm.mk
Peter KorsgaardPeter Korsgaard committed ac3ee237d9605 Dec 2012
Raw file
Source viewDiff to previous
 
1
JAMVM_VERSION = 1.5.4
2
JAMVM_SITE = http://downloads.sourceforge.net/project/jamvm/jamvm/JamVM%20$(JAMVM_VERSION)
3
JAMVM_DEPENDENCIES = zlib classpath
4
# int inlining seems to crash jamvm, don't build shared version of internal lib
5
JAMVM_CONF_OPT = \
6
    --with-classpath-install-dir=/usr \
7
    --disable-int-inlining \
8
    --disable-shared \
9
    --without-pic
10
​
11
# jamvm has ARM assembly code that cannot be compiled in Thumb2 mode,
12
# so we must force traditional ARM mode.
13
ifeq ($(BR2_arm),y)
14
JAMVM_CONF_ENV = CFLAGS="$(TARGET_CFLAGS) -marm"
15
endif
16
​
17
$(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.