The R Project SVN R

Rev

Rev 10002 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10002 Rev 10556
Line 31... Line 31...
31
FLIBS=-lg2c
31
FLIBS=-lg2c
32
AWK=gawk
32
AWK=gawk
33
endif
33
endif
34
 
34
 
35
ifeq ($(strip $(BUILD)),CROSS)
35
ifeq ($(strip $(BUILD)),CROSS)
36
# Next two might be i586- if a pre-built cross-compiler is used.
36
# Next two might be i386-mingw32- or i586- depending on the cross-compiler.
37
BINPREF=i386-mingw32-
37
BINPREF=i386-mingw32msvc-
38
# Set this to where the mingw32 include files are
38
# Set this to where the mingw32 include files are
39
HEADER=/packages/R-X/i386-mingw32/include
39
HEADER=/packages/R-X/i386-mingw32msvc/include
40
MINGW32CFLAG=-isystem $(HEADER)
40
MINGW32CFLAG=-isystem $(HEADER)
41
MINGW32LDFLAG=
41
MINGW32LDFLAG=
42
FLIBS=-lg2c
42
FLIBS=-lg2c
43
AWK=awk
43
AWK=awk
44
endif
44
endif