This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r145321 - in /branches/st/cli-be: gcc/config.gc...


Author: andreao
Date: Mon Mar 30 22:29:22 2009
New Revision: 145321

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=145321
Log:
 - check which cli binutils are used (DotGnu or Mono based)
   configure automatically the compiler options for them
 - small changes needed when using Mono ilasm
 - when using binutils based on Mono always put externals in the fake assembly ExternalAssembly
 - add option to -mthreads to tell the Mono based linker it has to create a runtime that is thread safe

Modified:
    branches/st/cli-be/gcc/config.gcc
    branches/st/cli-be/gcc/config/cil32/cil32.h
    branches/st/cli-be/gcc/config/cil32/cil32.opt
    branches/st/cli-be/gcc/config/cil32/emit-cil.c
    branches/st/cli-be/gcc/config/cil32/emit-hints.c
    branches/st/cli-be/libgcc4net/gcc4net.cs


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]