diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2010-05-10 15:05:59 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2010-05-10 15:05:59 +0000 |
commit | ad1b924b23a9c348cbd6438605935184b97c0374 (patch) | |
tree | c60751c1bf63c895bb4da59b6d482860481fa967 /Tools | |
parent | 879c68354c6622a51bc0c0d07cc0cfb48a0ae936 (diff) | |
download | ports-ad1b924b23a9c348cbd6438605935184b97c0374.tar.gz ports-ad1b924b23a9c348cbd6438605935184b97c0374.zip |
Revert the clang part of rev 1.12, which is now default in clangbsd.
Notes
Notes:
svn path=/head/; revision=254082
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/portbuild/scripts/makeworld | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Tools/portbuild/scripts/makeworld b/Tools/portbuild/scripts/makeworld index dd5b5ccf06d4..42a649ceb465 100755 --- a/Tools/portbuild/scripts/makeworld +++ b/Tools/portbuild/scripts/makeworld @@ -26,12 +26,6 @@ export TARGET_ARCH=${arch} # Workaround needed for zfs - 20090321 erwin export NO_FSCHG=1 -# experimental: uncomment these 4 to test with clang -#export WITH_CLANG=1 -#export NO_WERROR=1 -#export WERROR=1 -#export WITH_CLANG_IS_CC=1 - case "$branch" in 6*) export SRCBRANCH="-r RELENG_6" |