mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
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:
parent
40b3c5ba5f
commit
e130418883
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue