diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 349e0d5c..11312a1e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -54,6 +54,9 @@ AM_CPPFLAGS += \ AM_CFLAGS += \ -fno-builtin-log +AM_CCASFLAGS += \ + -D__ASSEMBLY__ + # Yes, this makes the eyes hurt. But perhaps someone will finally take care of # all that scruffy Mach code... Also see <http://savannah.gnu.org/task/?5726>. AM_CFLAGS += \ |