Skip to content

Commit a6f2c10

Browse files
committed
Pass with_cpu and with_fpu to linux configs
1 parent b53c3c9 commit a6f2c10

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile.in

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,8 @@ stamps/build-gcc-linux-stage1: $(GCC_SRCDIR) stamps/build-binutils-linux \
240240
--disable-nls \
241241
--disable-bootstrap \
242242
--disable-lto \
243+
$(WITH_CPU) \
244+
@with_fpu@ \
243245
$(GCC_CHECKING_FLAGS) \
244246
$(MULTILIB_FLAGS) \
245247
CFLAGS_FOR_TARGET="-O2 $(CFLAGS_FOR_TARGET)" \
@@ -271,9 +273,10 @@ stamps/build-gcc-linux-stage2: $(GCC_SRCDIR) stamps/build-glibc-linux \
271273
--disable-libquadmath \
272274
--disable-nls \
273275
--disable-bootstrap \
276+
$(WITH_CPU) \
277+
@with_fpu@ \
274278
$(GCC_CHECKING_FLAGS) \
275279
$(MULTILIB_FLAGS) \
276-
$(WITH_ABI) \
277280
CFLAGS_FOR_TARGET="-O2 $(CFLAGS_FOR_TARGET)" \
278281
CXXFLAGS_FOR_TARGET="-O2 $(CXXFLAGS_FOR_TARGET)" \
279282
--with-gnu-as \

0 commit comments

Comments
 (0)