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-gnustep mailing list
Bug-gnustep@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to