patches/uClibc/0.9.32/100-bump-version-to-0.9.32.1-git.patch
author Cody Schafer <dev@codyps.com>
Fri May 09 19:13:49 2014 -0700 (2014-05-09)
changeset 3312 4876ff97e039
permissions -rw-r--r--
cc/gcc: allow CC_EXTRA_CONFIG_ARRAY on baremetal

The final bare-metal compiler is built using the core backend.
Currently the core uses the CC_CORE_EXTRA_CONFIG_ARRAY variable.

While this works as supposed to, this can leave the user puzzled
in the menuconfig, since all he can see is the core options, not
the final options.

Only show the core options if any of the core passes are needed,
and use the final options in the core-backend if we're issuing
the bare-metal compiler.

Signed-off-by: Cody P Schafer <dev@codyps.com>
[yann.morin.1998@free.fr: hide core options if no core pass needed;
use final option in core backend if issuing the bare-metal compiler]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Message-Id: <22181e546ba746202489.1399688067@localhost>
Patchwork-Id: 347586
yann@2518
     1
commit 608e138586993d3c59c65c2958d9a98cf0d4d1eb
yann@2518
     2
Author: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
yann@2518
     3
Date:   Wed Jun 8 21:47:42 2011 +0200
yann@2518
     4
yann@2518
     5
    bump version to 0.9.32.1-git
yann@2518
     6
    
yann@2518
     7
    Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
yann@2518
     8
yann@2518
     9
diff --git a/Rules.mak b/Rules.mak
yann@2518
    10
index fe06c24..a00deea 100644
yann@2518
    11
--- a/Rules.mak
yann@2518
    12
+++ b/Rules.mak
yann@2518
    13
@@ -106,7 +106,7 @@ export RUNTIME_PREFIX DEVEL_PREFIX KERNEL_HEADERS MULTILIB_DIR
yann@2518
    14
 MAJOR_VERSION := 0
yann@2518
    15
 MINOR_VERSION := 9
yann@2518
    16
 SUBLEVEL      := 32
yann@2518
    17
-EXTRAVERSION  :=
yann@2518
    18
+EXTRAVERSION  :=.1-git
yann@2518
    19
 VERSION       := $(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL)
yann@2518
    20
 ABI_VERSION   := $(MAJOR_VERSION)
yann@2518
    21
 ifneq ($(EXTRAVERSION),)