Hi, How do I specify that I don't need libgcc built when I build the compiler for a new port I am working on. For now I have manually taken the libgcc.a target out. Also, this port has its own libraries, assembler and linker. My assumption based on what I have read online is that I don't need libgcc. Is this correct? Thanks, Bahman