diff options
Diffstat (limited to 'libcpu')
| -rw-r--r-- | libcpu/ChangeLog | 5 | ||||
| -rw-r--r-- | libcpu/Makefile.am | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/libcpu/ChangeLog b/libcpu/ChangeLog index 12400f6b..738af57a 100644 --- a/libcpu/ChangeLog +++ b/libcpu/ChangeLog @@ -1,3 +1,8 @@ +2009-04-14 Roland McGrath <[email protected]> + + * Makefile.am (AM_CFLAGS): Add -fdollars-in-identifiers; it is not the + default on every machine. + 2009-01-23 Roland McGrath <[email protected]> * Makefile.am (i386_parse_CFLAGS): Use quotes around command diff --git a/libcpu/Makefile.am b/libcpu/Makefile.am index e47dc0b0..923556f6 100644 --- a/libcpu/Makefile.am +++ b/libcpu/Makefile.am @@ -31,6 +31,7 @@ else AM_CFLAGS = endif AM_CFLAGS += -Wall -Wshadow -Wunused -Wextra -std=gnu99 -fpic \ + -fdollars-in-identifiers \ $($(*F)_CFLAGS) \ $(if $($(*F)_no_Werror),,-Werror) INCLUDES = -I$(srcdir) -I$(srcdir)/../lib -I$(srcdir)/../libelf \ |
