]> sourceware.org Git - newlib-cygwin.git/commitdiff
* cris/Makefile.in (crt0.o): Add CFLAGS when compiling crt0.S.
authorHans-Peter Nilsson <hp@axis.com>
Sat, 1 Dec 2007 13:14:07 +0000 (13:14 +0000)
committerHans-Peter Nilsson <hp@axis.com>
Sat, 1 Dec 2007 13:14:07 +0000 (13:14 +0000)
libgloss/ChangeLog
libgloss/cris/Makefile.in

index c559cadf473473f5c48b2bacb3c6a9bbd0913c5e..07dc11d45ba5070cee24b19220834bd3b2e871f8 100644 (file)
@@ -1,3 +1,7 @@
+2007-12-01  Hans-Peter Nilsson  <hp@axis.com>
+
+       * cris/Makefile.in (crt0.o): Add CFLAGS when compiling crt0.S.
+
 2007-11-06  Dave Brolley  <brolley@redhat.com>
  
        * syscall.h (SYS_reconfig): New macro.
index eac0f32e7f84c875674918de3840a0a0809a6c32..0ec0678d68b2f43923b948b6ba871cddd9f1a578 100644 (file)
@@ -182,7 +182,7 @@ crt0.o: lcrt0.o crt0.S
           *) \
            case "$?" in \
             *crt0.S) \
-            $(CC) $(CFLAGS_FOR_TARGET) $(INCLUDES) -xassembler-with-cpp -c $(srcdir)/crt0.S;; \
+            $(CC) $(CFLAGS_FOR_TARGET) $(INCLUDES) $(CFLAGS) -c -xassembler-with-cpp $(srcdir)/crt0.S;; \
             *) touch $@;; \
             esac; \
           st=$$?;; \
This page took 0.035046 seconds and 5 git commands to generate.