diff --git a/build-toolchain.bash b/build-toolchain.bash index 5c66d7d314..bef0b523dc 100755 --- a/build-toolchain.bash +++ b/build-toolchain.bash @@ -188,12 +188,6 @@ INTERFACES_DIR="$SRC/InterfacesAndLibraries" . "$SRC/interfaces-and-libraries.sh" locateAndCheckInterfacesAndLibraries -if [ ${INTERFACES_KIND} = multiversal ] && [ ${BUILD_CARBON} != false ]; then - echo - echo "Unfortunately, the Multiversal Interfaces don't yet support the Carbon API." - echo "Use either --universal or --no-carbon." - exit 1 -fi ##################### Third-Party components: binutils, gcc, hfsutils