Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Makefile.in: --no-rpath => -C no-rpath
  • Loading branch information
gifnksm committed Feb 10, 2014
1 parent d440a56 commit 1b969e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile.in
Expand Up @@ -126,9 +126,9 @@ ifdef TRACE
endif
ifdef CFG_DISABLE_RPATH
# NOTE: make this CFG_RUSTC_FLAGS after stage0 snapshot
RUSTFLAGS_STAGE1 += --no-rpath
RUSTFLAGS_STAGE2 += --no-rpath
RUSTFLAGS_STAGE3 += --no-rpath
RUSTFLAGS_STAGE1 += -C no-rpath
RUSTFLAGS_STAGE2 += -C no-rpath
RUSTFLAGS_STAGE3 += -C no-rpath
endif

# The executables crated during this compilation process have no need to include
Expand Down

5 comments on commit 1b969e1

@bors
Copy link
Contributor

@bors bors commented on 1b969e1 Feb 10, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 1b969e1 Feb 10, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging gifnksm/rust/disable-rpath = 1b969e1 into auto

@bors
Copy link
Contributor

@bors bors commented on 1b969e1 Feb 10, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gifnksm/rust/disable-rpath = 1b969e1 merged ok, testing candidate = 1f245cc

@bors
Copy link
Contributor

@bors bors commented on 1b969e1 Feb 10, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 1b969e1 Feb 10, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 1f245cc

Please sign in to comment.