Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request: edit incorrect step in README.txt #1

Closed
colematt opened this issue Mar 17, 2016 · 1 comment
Closed

Request: edit incorrect step in README.txt #1

colematt opened this issue Mar 17, 2016 · 1 comment

Comments

@colematt
Copy link

Step 3) Build the repo in a directory $(REPO_BUILD_DIR) has the following line:

./configure --enable-optimized=1 --with-binutils-include=$(BINUTILS_SRC)/include

which should actually read

../$(REPO_DIR)/configure --enable-optimized=1 --with-binutils-include=$(BINUTILS_SRC)/include

since the previous step makes the working directory equal to $(REPO_BUILD_DIR), and it does not have a configure script.

@d1m0
Copy link
Contributor

d1m0 commented Mar 20, 2016

Thanks for catching that! Fixed

@d1m0 d1m0 closed this as completed Mar 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants