Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoern Rennecke <joern.rennecke@embecosm.com>2006-05-04 02:16:34 +0400
committerJoern Rennecke <joern.rennecke@embecosm.com>2006-05-04 02:16:34 +0400
commit7cc7e374c18ff012582fc9d28303426d43d97148 (patch)
treeb4892557704758a073e6feb842eb1e2683cd205f /newlib/libc/sys/sh/Makefile.in
parent2d7fcee848591b9d321556fa689fdfa8207f9585 (diff)
* libc/sys/sh/Makefile.am (AM_CCASFLAGS): Add $(CFLAGS).
* libc/sys/sh/Makefile.in (AM_CCASFLAGS): Likewise.
Diffstat (limited to 'newlib/libc/sys/sh/Makefile.in')
-rw-r--r--newlib/libc/sys/sh/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/sys/sh/Makefile.in b/newlib/libc/sys/sh/Makefile.in
index 61eae8dd1..8dfd21ca2 100644
--- a/newlib/libc/sys/sh/Makefile.in
+++ b/newlib/libc/sys/sh/Makefile.in
@@ -181,7 +181,7 @@ sysconfdir = @sysconfdir@
target_alias = @target_alias@
AUTOMAKE_OPTIONS = cygnus
INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
-AM_CCASFLAGS = $(INCLUDES)
+AM_CCASFLAGS = $(INCLUDES) $(CFLAGS)
noinst_LIBRARIES = lib.a
lib_a_SOURCES = syscalls.c trap.S creat.c ftruncate.c truncate.c
lib_a_CCASFLAGS = $(AM_CCASFLAGS)