Subversion Repositories DevTools

Rev

Rev 3967 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

# -*- mode: mak; -*-
###############################################################################
# File:         TOOLSET/gcc
# Contents:     GCC defines
###############################################################################

toolset         = gcc
s               = asm
o               = o
a               = a 
so              = so
exe             = 

.SUFFIXES:      .asm

.PHONY:         gcc
gcc:
        @$(echo) [Toolset GCC/$(GCC_TARGET)];

#