OSDN Git Service

2006-10-06 Jeff Johnston <jjohnstn@redhat.com>
authorjjohnstn <jjohnstn>
Fri, 6 Oct 2006 20:34:49 +0000 (20:34 +0000)
committerjjohnstn <jjohnstn>
Fri, 6 Oct 2006 20:34:49 +0000 (20:34 +0000)
        * Makefile.in: Add CFLAGS_FOR_TARGET and CCASFLAGS to
        FLAGS_TO_PASS.

libgloss/ChangeLog
libgloss/Makefile.in

index 4d493f3..a55b354 100644 (file)
@@ -1,3 +1,8 @@
+2006-10-06  Jeff Johnston  <jjohnstn@redhat.com>
+
+       * Makefile.in: Add CFLAGS_FOR_TARGET and CCASFLAGS to
+       FLAGS_TO_PASS.
+
 2006-10-03  Jeff Johnston  <jjohnstn@redhat.com>
 
        * arm/linux-syscalls0.c: Rewrite bx insn architecture flag check 
index f17aedf..83de89f 100644 (file)
@@ -72,6 +72,8 @@ MAKEOVERRIDES=
 FLAGS_TO_PASS = \
        "CC=$(CC)" \
        "CFLAGS=$(CFLAGS)" \
+       "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
+       "CCASFLAGS=$(CCASFLAGS)" \
        "AR=$(AR)" \
        "RANLIB=$(RANLIB)" \
        "AR_FLAGS=$(AR_FLAGS)" \