search for: gccinstal

Displaying 2 results from an estimated 2 matches for "gccinstal".

Did you mean: gccinstall
2002 Sep 19
0
[LLVMdev] C front-end news
...the Makefile.config file if you feel the urge. 3. This rebuild of GCC is actually a correct, clean, cross compiler. I am in the process of updating the Sparc version to be built with the same process. As part of this change, however, IT IS VERY IMPORTANT that you no longer refer to $(GCCINSTALL)/bin/gcc. Instead, use $(GCCINSTALL)/bin/llvm-gcc. You will probably have to update your local .cshrc to point to the correct location (the LLVM build tree has been updated, so you only have to update aliases and stuff). 4. As far as the sparc version of the GCC frontend goes, I am goi...
2007 Dec 28
2
[LLVMdev] fink llvm-gcc42 test packaging
...n %i/bin/llvm-gfortran ln -s /usr/lib/libstdc++.6.dylib %i/lib/llvm-gcc-4.2/lib/libstdc++.6.dylib mv %i/share/info/cpp.info %i/share/info/llvm-cpp.info mv %i/share/info/gcc.info %i/share/info/llvm-gcc.info mv %i/share/info/cppinternals.info %i/share/info/llvm-cppinternals.info mv %i/share/info/gccinstall.info %i/share/info/llvm-gccinstall.info mv %i/share/info/gccint.info %i/share/info/llvm-gccint.info mv %i/share/info/libgomp.info %i/share/info/llvm-libgomp.info mv %i/share/info/gfortran.info %i/share/info/llvm-gfortran.info # remove build path from .la files perl -pi -e "s, \-L[^ '...