Apply patch from bug #16437

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@22826 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2006-04-26 14:12:55 +00:00
parent 40b3c5ba5f
commit e130418883
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2006-04-26 Saso Kiselkov
* common.make: Add option to turn on native exceptions.
2006-04-25 Adam Fedor <fedor@gnu.org>
* Documentation/gnustep-howto.texi: Update windowmaker address

View file

@ -390,7 +390,7 @@ OBJ_DIR_PREFIX =
# If the compiler supports native ObjC exceptions and the user wants us to
# use them, turn them on!
ifeq ($(USE_OBJC_EXCEPTIONS), yes)
OBJCFLAGS += -fobjc-exceptions
OBJCFLAGS += -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS
endif
#