diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2006-06-05 17:42:57 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2006-06-05 17:42:57 +0000 |
commit | 2e7c576aa7c881e8592edd90bf56f1a0cf49866b (patch) | |
tree | 0660754e17fab4a5ce589e36201e5f6b62f1e13a /newlib/libc/machine/sh | |
parent | 9042dfec743cfb0580a6a3909d4e703638ac74b9 (diff) | |
download | cygnal-2e7c576aa7c881e8592edd90bf56f1a0cf49866b.tar.gz cygnal-2e7c576aa7c881e8592edd90bf56f1a0cf49866b.tar.bz2 cygnal-2e7c576aa7c881e8592edd90bf56f1a0cf49866b.zip |
2006-06-05 Jeff Johnston <jjohnstn@redhat.com>
* Makefile.am (AM_MAKEFLAGS): Pass CCASFLAGS.
* Makefile.in: Regenerated.
* libc/machine/sh/Makefile.am (AM_CCASFLAGS): Remove
extraneous CFLAGS reference now that CCASFLAGS are being extended
properly via multilib.
* libc/machine/sh/Makefile.in: Regenerated.
Diffstat (limited to 'newlib/libc/machine/sh')
-rw-r--r-- | newlib/libc/machine/sh/Makefile.am | 2 | ||||
-rw-r--r-- | newlib/libc/machine/sh/Makefile.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/machine/sh/Makefile.am b/newlib/libc/machine/sh/Makefile.am index b44cd8d48..adf81a5d1 100644 --- a/newlib/libc/machine/sh/Makefile.am +++ b/newlib/libc/machine/sh/Makefile.am @@ -4,7 +4,7 @@ AUTOMAKE_OPTIONS = cygnus INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS) -AM_CCASFLAGS = $(INCLUDES) $(CFLAGS) +AM_CCASFLAGS = $(INCLUDES) noinst_LIBRARIES = lib.a diff --git a/newlib/libc/machine/sh/Makefile.in b/newlib/libc/machine/sh/Makefile.in index dd56b12b6..67bf721b6 100644 --- a/newlib/libc/machine/sh/Makefile.in +++ b/newlib/libc/machine/sh/Makefile.in @@ -192,7 +192,7 @@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ AUTOMAKE_OPTIONS = cygnus INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS) -AM_CCASFLAGS = $(INCLUDES) $(CFLAGS) +AM_CCASFLAGS = $(INCLUDES) noinst_LIBRARIES = lib.a @SH64_FALSE@lib_a_SOURCES = memcpy.S memset.S setjmp.S strcpy.S strlen.S strcmp.S @SH64_TRUE@lib_a_SOURCES = memcpy.S memset.S setjmp.S strcpy.S strlen.S strcmp.S strncpy.S |