The R Project SVN R

Rev

Rev 55078 | Rev 55141 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 55078 Rev 55140
Line 34... Line 34...
34
CC=$(BINPREF)gcc$(GCC4_SUFF) $(C99FLAG) $(M_ARCH)
34
CC=$(BINPREF)gcc$(GCC4_SUFF) $(C99FLAG) $(M_ARCH)
35
CP=cp
35
CP=cp
36
# as set by make
36
# as set by make
37
CPP=$(CC) -E
37
CPP=$(CC) -E
38
DLL=$(CC)
38
DLL=$(CC)
-
 
39
## Seems the way to select archs is -m i386:x86-64 vs -m i386
39
DLLTOOL=$(BINPREF)dlltool
40
DLLTOOL=$(BINPREF)dlltool
40
## some versions have trouble with paths, so we always need this
41
## some versions have trouble with paths, so we always need this
41
## even for native builds
42
## even for native builds
42
DLLTOOLFLAGS=--as $(AS) -k
43
DLLTOOLFLAGS=--as $(AS) -k
43
ECHO=echo
44
ECHO=echo