• 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/gcc/gcc-initial/gcc-initial.mk
Thomas PetazzoniThomas Petazzoni committed 63c8887501d14 Jul 2013
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# gcc-initial
4
#
5
################################################################################
6
​
7
GCC_INITIAL_VERSION = $(GCC_VERSION)
8
GCC_INITIAL_SITE    = $(GCC_SITE)
9
GCC_INITIAL_SOURCE  = $(GCC_SOURCE)
10
​
11
HOST_GCC_INITIAL_DEPENDENCIES = $(HOST_GCC_COMMON_DEPENDENCIES)
12
​
13
HOST_GCC_INITIAL_EXTRACT_CMDS = $(HOST_GCC_EXTRACT_CMDS)
14
​
15
ifneq ($(call qstrip, $(BR2_XTENSA_CORE_NAME)),)
16
HOST_GCC_INITIAL_POST_EXTRACT_CMDS += HOST_GCC_XTENSA_OVERLAY_EXTRACT
17
endif
18
​
19
HOST_GCC_INITIAL_POST_PATCH_HOOKS += HOST_GCC_APPLY_PATCHES
20
​
21
# gcc doesn't support in-tree build, so we create a 'build'
22
# subdirectory in the gcc sources, and build from there.
23
HOST_GCC_INITIAL_SUBDIR = build
24
​
25
HOST_GCC_INITIAL_PRE_CONFIGURE_HOOKS += HOST_GCC_CONFIGURE_SYMLINK
26
​
27
HOST_GCC_INITIAL_CONF_OPT = \
28
    $(HOST_GCC_COMMON_CONF_OPT) \
29
    --enable-languages=c \
30
    --disable-shared \
31
    --without-headers \
32
    --with-newlib \
33
    --disable-largefile \
34
    --disable-nls \
35
    $(call qstrip,$(BR2_EXTRA_GCC_CONFIG_OPTIONS))
36
​
37
HOST_GCC_INITIAL_MAKE_OPT = all-gcc
38
HOST_GCC_INITIAL_INSTALL_OPT = install-gcc
39
​
40
$(eval $(host-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.