search for: bccxxd

Displaying 3 results from an estimated 3 matches for "bccxxd".

Did you mean: bcc'd
2004 Dec 10
1
[LLVMdev] Building llvm and cfrontend under cygwin
...d/3rd-party/llvm/include -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -Wall -W -Wwrite-strings -Wno-unused -g -D_DEBUG -c -Wa,-strip-debug -MD -MT /cygdrive/d/3rd-party/llvm/runtime/GCCLibraries/crtend/Debug/Exception.b c -MP -MF "/cygdrive/d/3rd-party/llvm/runtime/GCCLibraries/crtend/Debug/Exception. BCCXXd" Exception.cpp -o /cygdrive/d/3rd-party/llvm/runtime/GCCLibraries/crtend/Debug/Exception.b c ; \ then /usr/bin/mv -f "/cygdrive/d/3rd-party/llvm/runtime/GCCLibraries/crtend/Debug/Exception. BCCXXd" "/cygdrive/d/3rd-party/llvm/runtime/GCCLibraries/crtend/Debug/Exception. d";...
2005 May 19
3
[LLVMdev] [Cygwin] llvm 'make install' build errors
Reid, I think it is the first time it is run that the errors occcur !? Not sure but that would seem logical. Aaron
2004 Oct 23
1
[LLVMdev] UPDATE: Makefile.rules Changes (IMPORTANT)
...uot; > - $(VERB) if $(BCCXXCompile) -MD -MT $@ -MP -MF "$(OBJDIR)/$*.Td" $< -o $@ ; \ > - then mv -f "$(OBJDIR)/$*.Td" "$(OBJDIR)/$*.d"; else rm -f "$(OBJDIR)/$*.Td"; exit 1; fi > + $(VERB) if $(BCCompile.CXX) -MD -MT $@ -MP -MF "$(OBJDIR)/$*.BCCXXd" $< -o $@ ; \ > + then $(MV) -f "$(OBJDIR)/$*.BCCXXd" "$(OBJDIR)/$*.d"; \ > + else $(RM) -f "$(OBJDIR)/$*.BCCXXd"; exit 1; fi > > $(OBJDIR)/%.bc: %.c $(OBJDIR)/.dir > @$(ECHO) "Compiling $(CONFIGURATION) $*.c to bytecode" &g...