discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GWorkspace and new ABI


From: Johannes Brakensiek
Subject: Re: GWorkspace and new ABI
Date: Tue, 15 Oct 2019 21:05:32 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0

Am 15.10.19 um 11:14 schrieb David Chisnall:
> The flag is -fobjc-runtime=.  Can you check your build logs and see if
> it's the same value for all parts of gworkspace? 

Thanks for helping out!

I looked through the compile commands, but they all look like this one:

+ clang-8 FSNodeRep.m -c -MMD -MP -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1
-DGNU_GUI_LIBRARY=1 -DGNUSTEP_RUNTIME=1 -D_NONFRAGILE_ABI=1
-DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions
-fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -Wall
-DGSWARN -DGSDIAGNOSE -Wno-import -g -O2 -fblocks
-fobjc-runtime=gnustep-2.0 -fblocks -Wall
-fconstant-string-class=NSConstantString -IExtendedInfo -I..
-I./derived_src -I. -I/home/joey/GNUstep/Library/Headers
-I/usr/GNUstep/Local/Library/Headers
-I/usr/GNUstep/System/Library/Headers -o obj/FSNode.obj/FSNodeRep.m.o

So you will always find clang-8 and -fobjc-runtime=gnustep-2.0. It's
just sometimes you will find some flags twice for compiling or linking,
but I assume that does not do any harm.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]