diff options
author | Joern Rennecke <joern.rennecke@embecosm.com> | 2006-05-03 22:16:34 +0000 |
---|---|---|
committer | Joern Rennecke <joern.rennecke@embecosm.com> | 2006-05-03 22:16:34 +0000 |
commit | 7cc7e374c18ff012582fc9d28303426d43d97148 (patch) | |
tree | b4892557704758a073e6feb842eb1e2683cd205f /newlib | |
parent | 2d7fcee848591b9d321556fa689fdfa8207f9585 (diff) | |
download | cygnal-7cc7e374c18ff012582fc9d28303426d43d97148.tar.gz cygnal-7cc7e374c18ff012582fc9d28303426d43d97148.tar.bz2 cygnal-7cc7e374c18ff012582fc9d28303426d43d97148.zip |
* libc/sys/sh/Makefile.am (AM_CCASFLAGS): Add $(CFLAGS).
* libc/sys/sh/Makefile.in (AM_CCASFLAGS): Likewise.
Diffstat (limited to 'newlib')
-rw-r--r-- | newlib/ChangeLog | 5 | ||||
-rw-r--r-- | newlib/libc/sys/sh/Makefile.am | 2 | ||||
-rw-r--r-- | newlib/libc/sys/sh/Makefile.in | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 223a3a667..0e0572a4c 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,8 @@ +2006-05-03 J"orn Rennecke <joern.rennecke@st.com> + + * libc/sys/sh/Makefile.am (AM_CCASFLAGS): Add $(CFLAGS). + * libc/sys/sh/Makefile.in (AM_CCASFLAGS): Likewise. + 2006-05-02 Jeff Johnston <jjohnstn@redhat.com> * libc/sys/sysnec810/Makefile.am: Specify .S files instead of diff --git a/newlib/libc/sys/sh/Makefile.am b/newlib/libc/sys/sh/Makefile.am index 9674ac10d..cfba1481a 100644 --- a/newlib/libc/sys/sh/Makefile.am +++ b/newlib/libc/sys/sh/Makefile.am @@ -4,7 +4,7 @@ AUTOMAKE_OPTIONS = cygnus INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS) -AM_CCASFLAGS = $(INCLUDES) +AM_CCASFLAGS = $(INCLUDES) $(CFLAGS) noinst_LIBRARIES = lib.a 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) |