[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #36186] gnustep-make fails to detect that clang supports native obj
From: |
Quentin Mathé |
Subject: |
[bug #36186] gnustep-make fails to detect that clang supports native objective-c exceptions with --enable-objc-nonfragile-abi |
Date: |
Thu, 05 Jul 2012 14:46:00 +0000 |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.57.2 (KHTML, like Gecko) Version/5.1.7 Safari/534.57.2 |
Update of bug #36186 (project gnustep):
Status: None => Ready For Test
Assigned to: None => qmathe
_______________________________________________________
Follow-up Comment #1:
Hi Christopher,
I have observed the same problem here. Your fix seems correct to me, I tested
it and just committed it with a little change.
I think there is a typo when the temporary CFLAGS variable is declared. We
have
CFLAGS_nonfragile="$CFLAGS"
but we later want to restore the CFLAGS to their previous state, when
-fobjc-nonfragile-abi was not in use. So I would expect
CFLAGS_no_nonfragile="$CFLAGS"
Cheers,
Quentin.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?36186>
_______________________________________________
Message posté via/par Savannah
http://savannah.gnu.org/
- [bug #36186] gnustep-make fails to detect that clang supports native objective-c exceptions with --enable-objc-nonfragile-abi,
Quentin Mathé <=