Allow building for x86_64

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2015-08-22 12:24:20 +02:00
parent ee732b26aa
commit fc155193bd
3 changed files with 20 additions and 1 deletions

View File

@@ -63,7 +63,12 @@ $(TARGET) :
# Symlink /var/run -> /run.
ln -svf ../run /var/run
ifeq "$(MACHINE)" "x86_64"
ln -svf lib /lib64
ln -svf lib /usr/lib64
endif
# Symlinks
# for this reason, stage2 rebuild will broke the iso:perl, grubbatch
-ln -sv /tools/bin/{bash,cat,echo,pwd,stty} /bin