Displaying 8 results from an estimated 8 matches for "apple_local".
2008 Mar 19
3
[LLVMdev] Merge Patch File
On Mar 19, 2008, at 2:03 PM, Török Edwin wrote:
>
> What is kext64, and how do I disable it?
Comes from:
APPLE_LOCAL='APPLE LOCAL libcc_kext' \
MULTILIBS="`$(GCC_FOR_TARGET) --print-multi-lib`
static;@static at fno-pic kext;@Dmal
loc=kern_os_malloc at Dfree=kern_os_free at DLIBCC_KEXT@static at fno-pic@fno-
exceptions at fno-non-ca
ll-exceptions$(KEXT_EXTRA_FLAGS) $(if $(findstring i686,$...
2008 Mar 19
0
[LLVMdev] Merge Patch File
...#39;m going to try on a Linux machine I just got access
to.
-bw
On Wed, Mar 19, 2008 at 2:37 PM, Mike Stump <mrs at apple.com> wrote:
> On Mar 19, 2008, at 2:03 PM, Török Edwin wrote:
> >
> > What is kext64, and how do I disable it?
>
> Comes from:
>
> APPLE_LOCAL='APPLE LOCAL libcc_kext' \
> MULTILIBS="`$(GCC_FOR_TARGET) --print-multi-lib`
> static;@static at fno-pic kext;@Dmal
> loc=kern_os_malloc at Dfree=kern_os_free at DLIBCC_KEXT@static at fno-pic@fno-
> exceptions at fno-non-ca
> ll-exceptions$(KEXT_EXTRA_FLAGS...
2007 May 23
1
[LLVMdev] Compiling llvm-gcc in linux/ppc
...> #if 0 does not work -- maybe there's a script somewhere that misbehaves)
Ok.
>> Unfortunately, I really don't know. I assume this is supposed to be
>> coming from gcc/config/fp-bit.c, but I don't know how any of this stuff
>> works.
> Do you know who did the APPLE_LOCAL changes? Maybe he can help.
If you point out a specific file/line# that is causing you grief, I can
try to find out :)
-Chris
--
http://nondot.org/sabre/
http://llvm.org/
2008 Mar 19
1
[LLVMdev] Merge Patch File
...low should fix it.
Doing diffs in .:
--- ./Makefile.in.~1~ 2008-03-19 15:45:54.000000000 -0700
+++ ./Makefile.in 2008-03-19 16:30:07.000000000 -0700
@@ -1689,7 +1689,7 @@ libgcc.mk: config.status Makefile mklibg
D128PBIT='$(D128PBIT)' \
D128PBIT_FUNCS='$(D128PBIT_FUNCS)' \
APPLE_LOCAL='APPLE LOCAL libcc_kext' \
- MULTILIBS="`$(GCC_FOR_TARGET) --print-multi-lib` $
(APPLE_EXTRA_MULTI)"\
+ MULTILIBS="`$(GCC_FOR_TARGET) --print-multi-lib` $
(APPLE_EXTRA_MULTI)" \
EXTRA_MULTILIB_PARTS='$(EXTRA_MULTILIB_PARTS)' \
SHLIB_LINK='$(SHLIB_LINK...
2008 Mar 19
0
[LLVMdev] Merge Patch File
Bill Wendling wrote:
> On Wed, Mar 19, 2008 at 12:11 PM, Duncan Sands <baldrick at free.fr> wrote:
>
>> Hi Bill, thanks for fixing it.
>>
>>
> No prob! :-)
I can't build llvm-gcc4.2 on x86-32 Linux.
What is kext64, and how do I disable it? (I suppose I don't need it on a
32-bit platform?)
.....
ranlib kext/libgcc_eh.a
2008 Mar 19
2
[LLVMdev] Merge Patch File
On Wed, Mar 19, 2008 at 12:11 PM, Duncan Sands <baldrick at free.fr> wrote:
> Hi Bill, thanks for fixing it.
>
No prob! :-)
>
> > > ../../gcc-4.2.llvm.master/gcc/config/i386/i386.c: In function 'ix86_expand_convert_uns_DI2DF_sse':
> > > ../../gcc-4.2.llvm.master/gcc/config/i386/i386.c:10270: warning: large integer implicitly truncated to unsigned type
2007 May 23
0
[LLVMdev] Compiling llvm-gcc in linux/ppc
...NAN, 0, 0, {(fractype) 0} };
>>
>> I still get the error.
>>
>
> Unfortunately, I really don't know. I assume this is supposed to be
> coming from gcc/config/fp-bit.c, but I don't know how any of this stuff
> works.
>
>
Do you know who did the APPLE_LOCAL changes? Maybe he can help.
Nicolas
> -Chris
>
>
>
>> Cheers,
>> Nicolas
>>
>> Nicolas Geoffray wrote:
>>
>>> Chris Lattner wrote:
>>>
>>>
>>>> This looks like you're compiling llvm-gcc3, which is q...
2007 May 23
2
[LLVMdev] Compiling llvm-gcc in linux/ppc
On Tue, 22 May 2007, Nicolas Geoffray wrote:
> OK, seems like there were unused TARGET_MACHO macros that would protect
> these errors from happening. I made some modifications that add #if
> TARGET_MACHO.
ok. If you send a patch in that adds these, I would be happy to apply it.
> Now the error is a linkage problem:
>
> /home/varth/project/llvm-cvs/llvm-gcc4/obj/gcc/xgcc: