From eb9ba470ff1f65a85f47cd6c325acf836abd2af8 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 14 Apr 2009 18:44:45 -0700 Subject: Nominal ARM support. --- libcpu/ChangeLog | 5 +++++ libcpu/Makefile.am | 1 + 2 files changed, 6 insertions(+) (limited to 'libcpu') 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 + + * Makefile.am (AM_CFLAGS): Add -fdollars-in-identifiers; it is not the + default on every machine. + 2009-01-23 Roland McGrath * 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 \ -- cgit v1.2.3