equal
deleted
inserted
replaced
70 FDDLIBM_SUFFIX = a |
70 FDDLIBM_SUFFIX = a |
71 # The suffix applied to scripts (.bat for windows, nothing for unix) |
71 # The suffix applied to scripts (.bat for windows, nothing for unix) |
72 SCRIPT_SUFFIX = |
72 SCRIPT_SUFFIX = |
73 # CC compiler object code output directive flag value |
73 # CC compiler object code output directive flag value |
74 CC_OBJECT_OUTPUT_FLAG = -o #trailing blank required! |
74 CC_OBJECT_OUTPUT_FLAG = -o #trailing blank required! |
75 CC_PROGRAM_OUTPUT_FLAG = -o #trailing blank required! |
|
76 |
75 |
77 # Default OBJCOPY comes from GNU Binutils on Linux: |
76 # Default OBJCOPY comes from GNU Binutils on Linux: |
78 DEF_OBJCOPY=/usr/bin/objcopy |
77 DEF_OBJCOPY=/usr/bin/objcopy |
79 ifdef CROSS_COMPILE_ARCH |
78 ifdef CROSS_COMPILE_ARCH |
80 # don't try to generate .debuginfo files when cross compiling |
79 # don't try to generate .debuginfo files when cross compiling |