diff options
author | Glen Barber <gjb@FreeBSD.org> | 2014-04-04 07:42:12 +0000 |
---|---|---|
committer | Glen Barber <gjb@FreeBSD.org> | 2014-04-04 07:42:12 +0000 |
commit | 67aa0eff2f5c87a8601514636a262b88a784a11d (patch) | |
tree | ddeae1a6989a2f7e4e6a02a876ebef25c7d6a2db /release/arm/PANDABOARD.conf | |
parent | fde4d9a8227a8055125b9f74240a6254aed4c45a (diff) | |
download | src-67aa0eff2f5c87a8601514636a262b88a784a11d.tar.gz src-67aa0eff2f5c87a8601514636a262b88a784a11d.zip |
Merge r262906 from ^/projects/release-embedded:
Remove only-works-on-amd64 restriction.
Sponsored by: The FreeBSD Foundation
Notes
Notes:
svn path=/head/; revision=264107
Diffstat (limited to 'release/arm/PANDABOARD.conf')
-rw-r--r-- | release/arm/PANDABOARD.conf | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/release/arm/PANDABOARD.conf b/release/arm/PANDABOARD.conf index f39a6ec7db90..48021ec55f65 100644 --- a/release/arm/PANDABOARD.conf +++ b/release/arm/PANDABOARD.conf @@ -2,14 +2,6 @@ # $FreeBSD$ # -# This is only supported on amd64 right now. It may work on -# i386, but I do not have the hardware to test, so until I get -# a VM set up to make sure, be cautious and assume it will not. -if [ "$(uname -p)" != "amd64" ] || [ "$(uname -m)" != "amd64" ]; then - echo "This is only supported on amd64 right now." - exit 0 -fi - # Build chroot configuration TARGET="amd64" TARGET_ARCH="amd64" |