annotate more/dev-environment-from-build.sh @ 1522:95a720e694a6

Switch x86_64 from nptl back to pthreads. This isn't the correct fix but uClibc apparently never tested nptl on x86-64, and one of the assembly files doesn't support PIC.
author Rob Landley <rob@landley.net>
date Thu, 10 May 2012 22:03:22 -0500
parents 6173bb6f3b2c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1193
6173bb6f3b2c Three convenience scripts to bounce off build/system-image-$ARCH and run stuff
Rob Landley <rob@landley.net>
parents:
diff changeset
1 #!/bin/bash
6173bb6f3b2c Three convenience scripts to bounce off build/system-image-$ARCH and run stuff
Rob Landley <rob@landley.net>
parents:
diff changeset
2
6173bb6f3b2c Three convenience scripts to bounce off build/system-image-$ARCH and run stuff
Rob Landley <rob@landley.net>
parents:
diff changeset
3 # Run development environment out of build directory, using host-tools.sh if
6173bb6f3b2c Three convenience scripts to bounce off build/system-image-$ARCH and run stuff
Rob Landley <rob@landley.net>
parents:
diff changeset
4 # available.
6173bb6f3b2c Three convenience scripts to bounce off build/system-image-$ARCH and run stuff
Rob Landley <rob@landley.net>
parents:
diff changeset
5
6173bb6f3b2c Three convenience scripts to bounce off build/system-image-$ARCH and run stuff
Rob Landley <rob@landley.net>
parents:
diff changeset
6 cd build/system-image-"$1" &&
6173bb6f3b2c Three convenience scripts to bounce off build/system-image-$ARCH and run stuff
Rob Landley <rob@landley.net>
parents:
diff changeset
7 PATH="$(pwd)/build/host:$PATH" ./dev-environment.sh