mirror of
https://github.com/richfelker/musl-cross-make.git
synced 2025-04-19 15:34:58 +02:00
powerpc: build --with-long-double-64
This commit is contained in:
parent
9f486d875f
commit
9a4c07884d
4
Makefile
4
Makefile
@ -23,6 +23,10 @@ GCC_CONFIG = $(COMMON_CONFIG) --enable-tls \
|
|||||||
$(GCC_LANG_CONFIG) \
|
$(GCC_LANG_CONFIG) \
|
||||||
$(GCC_MULTILIB_CONFIG)
|
$(GCC_MULTILIB_CONFIG)
|
||||||
|
|
||||||
|
ifeq ($(TARGET),powerpc-linux-musl)
|
||||||
|
GCC_CONFIG += --with-long-double-64
|
||||||
|
endif
|
||||||
|
|
||||||
GCC0_CONFIG = $(GCC_CONFIG) \
|
GCC0_CONFIG = $(GCC_CONFIG) \
|
||||||
--with-newlib --disable-libssp --disable-threads \
|
--with-newlib --disable-libssp --disable-threads \
|
||||||
--disable-shared --disable-libgomp --disable-libatomic \
|
--disable-shared --disable-libgomp --disable-libatomic \
|
||||||
|
Loading…
Reference in New Issue
Block a user