summaryrefslogtreecommitdiffstats
path: root/libcpu
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2009-04-14 18:44:45 -0700
committerRoland McGrath <roland@redhat.com>2009-04-15 02:10:30 -0700
commiteb9ba470ff1f65a85f47cd6c325acf836abd2af8 (patch)
treea271e321e639841421a724739fdde4e7da003ead /libcpu
parent94f438311f24a11c17ab4d9ed73c6fdc9b059e3e (diff)
Nominal ARM support.
Diffstat (limited to 'libcpu')
-rw-r--r--libcpu/ChangeLog5
-rw-r--r--libcpu/Makefile.am1
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 <roland@redhat.com>
+
+ * Makefile.am (AM_CFLAGS): Add -fdollars-in-identifiers; it is not the
+ default on every machine.
+
2009-01-23 Roland McGrath <roland@redhat.com>
* 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 \