src/toolchain/gcc-pass2/Makefile

16 lines
452 B
Makefile

# Makefile - hhl - /usr/src/toolchain/gcc-pass2
# Copyright 2020 Nathan Fisher <nfisher.sr@gmail.com>
#
distname = gcc
include toolchain.mk
objdir = $(global_objdir)/gcc-pass2
config_opts += --target=$(tgt)
config_opts += --with-sysroot=$(build)
config_opts += --enable-languages=c,c++,fortran
config_opts += --disable-multilib
config_opts += --disable-bootstrap
# For musl
config_opts += --disable-libsanitizer
include targets.mk