Fix space padding that was causing a problem in creating the final
CPP_PREDEFINES.
This commit is contained in:
parent
488a805f88
commit
6c499bb15a
@ -61,8 +61,9 @@ Boston, MA 02111-1307, USA. */
|
||||
|| !strcmp (STR, "soname") || !strcmp (STR, "defsym") \
|
||||
|| !strcmp (STR, "assert") || !strcmp (STR, "dynamic-linker"))
|
||||
|
||||
|
||||
#define CPP_FBSD_PREDEFINES "-Dunix -D__ELF__ -D__FreeBSD__=4 -D__FreeBSD_cc_version=400002 -Asystem(unix) -Asystem(FreeBSD)"
|
||||
/* Place spaces around this string. We depend on string splicing to produce
|
||||
the final CPP_PREDEFINES value. */
|
||||
#define CPP_FBSD_PREDEFINES " -Dunix -D__ELF__ -D__FreeBSD__=4 -D__FreeBSD_cc_version=400002 -Asystem(unix) -Asystem(FreeBSD) "
|
||||
|
||||
|
||||
/* Code generation parameters. */
|
||||
|
Loading…
Reference in New Issue
Block a user