summaryrefslogtreecommitdiff
path: root/userspace/Makefile
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-11-22 16:56:08 +0100
committerMichal Idziorek <m.i@gmx.at>2014-11-22 16:56:08 +0100
commit05156e002e30032e8c1081d47f50dd98b1241dd6 (patch)
tree81a08c5e3f29f10e3dbbb829927dbf7bc02918f6 /userspace/Makefile
parentc4aa91d9d58a47eb90798ae1ae6647953d3745a2 (diff)
first (non-functional) port of binutils
Diffstat (limited to 'userspace/Makefile')
-rw-r--r--userspace/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/userspace/Makefile b/userspace/Makefile
index 79c43d6..09486c0 100644
--- a/userspace/Makefile
+++ b/userspace/Makefile
@@ -13,7 +13,8 @@ ext2.img: $(PROGS)
echo "hello one" > mnt/miguel/test1.txt
echo "hello two" > mnt/test2.txt
cp $^ mnt
-# cp ~/temp/fool-os-stuff/binutils-fool-build/binutils/elfedit mnt
+ cp ~/temp/fool-os-stuff/binutils-build-host-foolos/binutils/elfedit mnt
+# cp ~/temp/fool-os-stuff/binutils-build-host-foolos/binutils/objdump mnt
sync
sudo umount mnt
rm mnt -rf