X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=Makefile;h=14781f36e3274cb269f8ac6427b96c828e9c22e0;hb=9f514950bb907e98f280492a091aa1889b97304e;hp=65a0337bebe0cbf8ec74b919dab9bd57c19f9fd0;hpb=35ab0e88c63fb8e61013011560ad10e6200b5ee0;p=mv-sheeva.git diff --git a/Makefile b/Makefile index 65a0337bebe..14781f36e32 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 16 -EXTRAVERSION =-rc5 +EXTRAVERSION = NAME=Sliding Snow Leopard # *DOCUMENTATION* @@ -517,6 +517,10 @@ else CFLAGS += -fomit-frame-pointer endif +ifdef CONFIG_UNWIND_INFO +CFLAGS += -fasynchronous-unwind-tables +endif + ifdef CONFIG_DEBUG_INFO CFLAGS += -g endif