]> git.lizzy.rs Git - rust.git/blobdiff - mk/stage0.mk
librustc: Don't try to perform the magical
[rust.git] / mk / stage0.mk
index ddc9ec5ac7857332d5eb3a7a9f6f0c86e1c0cc8f..972cfecea718aa87de4a9cb1639d4c3a26ba235e 100644 (file)
@@ -15,13 +15,9 @@ $(SNAPSHOT_RUSTC_POST_CLEANUP):                                              \
 #   Note: the variable "SNAPSHOT_FILE" is generally not set, and so
 #   we generally only pass one argument to this script.
 ifdef CFG_ENABLE_LOCAL_RUST
-       $(Q)$(S)src/etc/local_stage0.sh $(CFG_BUILD) $(CFG_LOCAL_RUST_ROOT)
+       $(Q)$(S)src/etc/local_stage0.sh $(CFG_BUILD) $(CFG_LOCAL_RUST_ROOT) rustlib
 else
        $(Q)$(CFG_PYTHON) $(S)src/etc/get-snapshot.py $(CFG_BUILD) $(SNAPSHOT_FILE)
-ifdef CFG_ENABLE_PAX_FLAGS
-       @$(call E, apply PaX flags: $@)
-       @"$(CFG_PAXCTL)" -cm "$@"
-endif
 endif
        $(Q)touch $@