summaryrefslogtreecommitdiffstats
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
* Merge from headsjg2014-05-0820-19/+20
|\
| * Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-0620-19/+20
| | | | | | | | from the latter.
* | Need to stage_filessjg2014-05-051-0/+6
| |
* | New/updated dependenciessjg2014-05-051-0/+6
| |
* | Merge headsjg2014-04-2840-72/+179
|\ \ | |/
| * Spell NO_PROFILE= as MK_PROFILE=no.imp2014-04-253-5/+7
| |
| * Add placeholder Kyuafiles for various top-level hierarchies.jmmv2014-04-216-1/+46
| | | | | | | | | | | | | | | | | | | | | | | | This change adds tests/ directories in the source tree to create various subdirectories in /usr/tests/ and to install placeholder Kyuafiles for them. the relevant hierarchies are: cddl, etc, games, gnu and secure. The reason for this is to simplify the addition of new test programs for utilities or libraries under any of these directories. Doing so on a case by case basis is unnecessary and is quite an obscure process.
| * Add FreeBSD 10.1 to the list of recognized releases for Fx.jmmv2014-04-131-0/+1
| | | | | | | | This version is already mentioned by 4 manual pages.
| * NO_MAN= has been deprecated in favor of MAN= for some time, go aheadimp2014-04-1310-10/+10
| | | | | | | | | | | | and finish the job. ncurses is now the only Makefile in the tree that uses it since it wasn't a simple mechanical change, and will be addressed in a future commit.
| * Introduce RANLIBFLAGS to mirror ARFLAGS and add -D to both. This setsdes2014-04-121-2/+2
| | | | | | | | | | | | | | | | all timestamps in static libraries to 0 so that consecutive builds from the same source, even on different machines, produce identical libraries. MFC after: 3 weeks
| * It is possible that MK_GNUCXX is "yes" but MK_CXX is "no" so make sureimp2014-04-011-1/+1
| | | | | | | | MK_CXX isn't "no" before building these libraries.
| * Enable parallel building for gnu/usr.bin and usr.bin/clang too.dim2014-03-271-0/+2
| | | | | | | | | | MFC after: 2 weeks X-MFC-With: r263778
| * Add a new ARM TARGET_ARCH, armv6hf. This is considered experimental.andrew2014-03-234-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This targets the existing ARMv6 and ARMv7 SoCs that contain a VFP unit. This is an optional coprocessors may not be present in all devices, however it appears to be in all current SoCs we support. armv6hf targets the VFP variant of the ARM EABI and our copy of gcc is too old to support this. Because of this there are a number of WITH/WITHOUT options that are unsupported and must be left as the default value. The options and their required value are: * WITH_ARM_EABI * WITHOUT_GCC * WITHOUT_GNUCXX In addition, without an external toolchain, the following need to be left as their default: * WITH_CLANG * WITH_CLANG_IS_CC As there is a different method of passing float and double values to functions the ABI is incompatible with existing armv6 binaries. To use this a full rebuild of world is required. Because no floating point values are passed into the kernel an armv6 kernel with VFP enabled will work with an armv6hf userland and vice versa.
| * Remove IPX support.glebius2014-03-142-2/+0
| | | | | | | | | | | | | | | | | | | | | | IPX was a network transport protocol in Novell's NetWare network operating system from late 80s and then 90s. The NetWare itself switched to TCP/IP as default transport in 1998. Later, in this century the Novell Open Enterprise Server became successor of Novell NetWare. The last release that claimed to still support IPX was OES 2 in 2007. Routing equipment vendors (e.g. Cisco) discontinued support for IPX in 2011. Thus, IPX won't be supported in FreeBSD 11.0-RELEASE.
| * add support for building a cross-gdb for ARM... This isn't hooked upjmg2014-02-121-0/+4
| | | | | | | | | | | | | | to xdev yet as I don't know how to make it work properly... It also isn't heavily tested... Reviewed by: silence on -arm
| * Add missing libraries here as well, so a warning is not printed when onepjd2014-02-111-0/+2
| | | | | | | | | | | | | | tries to view their manual pages. Reported by: rwatson Explained by: pluknet
| * Add definition for NetBSD 7.0, which is referenced in several manpages.pluknet2014-02-011-0/+1
| | | | | | | | | | Discussed with: uqs MFC after: 5 days
| * Pull up vendor changes up to 2014-01-29uqs2014-01-311-0/+1
| | | | | | | | | | | | | | | | - move local overrides into mdoc.local - syncs us with git commit 819839b66c80e8dabe6cb24ea6319c26c9a2be14 Discussed with: ru MFC after: 2 weeks
| * Merge from CheriBSD:brooks2014-01-301-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | commit c1acf022c533c5ae27e0cd556977eafe3f5959eb Author: Brooks Davis <brooks@one-eyed-alien.net> Date: Fri Jan 17 21:46:44 2014 +0000 Add an option WITHOUT_NCURSESW to suppress building and linking to libncursesw. While wide character support it useful we'd like to only need one ncurses library on embedded systems. MFC after: 4 weeks Sponsored by: DARPA, AFRL
| * Add libexecinfo.pluknet2014-01-291-0/+1
| | | | | | | | MFC after: 3 days
| * Add FreeBSD 2.2.9 which aout(4) references.uqs2014-01-281-0/+1
| | | | | | | | Discussed with: kib
| * Revision 258428 changed gcc by virtue of having _bswapsi2 _bswapdi2 inmarcel2014-01-191-4/+3
| | | | | | | | | | | | | | libgcc, but this was not propagated to this file. Revision 260844 added them here for ia64 unbeknownst revision 258428. Fix it for all... Pointed out by: pfg
| * Replace LIBGCC by LIBCOMPILER_RT.ed2014-01-181-2/+2
| | | | | | | | | | We now use libcompiler_rt on all platforms now. Instead of referring directly to -lgcc and LIBGCC, use -lcompiler_rt and LIBCOMPILER_RT.
| * For ia64, add _bswapsi2 & _bswapdi2. The audio/flac port uses themarcel2014-01-181-0/+1
| | | | | | | | | | bswap32 builtin and the compiler emits a call to the libgcc function rather than generating inline code.
| * When building a cross-kgdb, suppress the registration of themarcel2014-01-131-0/+12
| | | | | | | | | | | | | | | | | | | | | | standard core target by declaring coreops_suppress_target with initializer. This is also happening for non-cross kgdb, by virtue of having fbsd-threads.c in libgdb and having it do the exact same thing. Since fbsd-threads.c is not included in in libgdb when building a cross debugger, we ended up with more than 1 core file targets (the standard gdb core file target and kgdb's libkvm based core file target) and this behaves the same as not having a core target at all.
| * When building a cross kgdb, link against the appropriate cross libkvm.marcel2013-12-282-2/+29
| | | | | | | | | | Provide an implementation of ps_pglobal_lookup() for use by the cross libkvm.
| * To avoid having to explicitly test COMPILER_TYPE for settingdim2013-12-224-12/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clang-specific or gcc-specific flags, introduce the following new variables for use in Makefiles: CFLAGS.clang CFLAGS.gcc CXXFLAGS.clang CXXFLAGS.gcc In bsd.sys.mk, these get appended to the regular CFLAGS or CXXFLAGS for the right compiler. MFC after: 1 week
| * For gnu/lib/csu, only use gcc-specific flags when compiling with gcc.dim2013-12-221-4/+6
| | | | | | | | MFC after: 3 days
| * gcc: Missing makefile changes for r258501.pfg2013-11-242-3/+4
| | | | | | | | pointyhat: me
| * Fix cross compilation after r258428.andreast2013-11-212-2/+2
| | | | | | | | Reviewed by: pfg
| * Revert r257691, r257645:gjb2013-11-061-13/+0
| | | | | | | | Let amd64/amd64 build again.
| * Fix libgcc build with gcc after r257645, by using -Wno-static-in-inlinedim2013-11-051-0/+2
| | | | | | | | for clang only.
| * Quiesce warning around gcc_assert() for an inline macro that usessbruno2013-11-041-0/+11
| | | | | | | | | | | | | | | | | | | | a static variable. This code has been moved around in gcc, but is still in use in the latest trunk version of the compiler. gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:208:36: warning: static variable 'dwarf_reg_size_table' is used in an inline function with external linkage [-Wstatic-in-inline] gcc_assert (index < (int) sizeof(dwarf_reg_size_table));
| * Reimplement r257525 such that it work with the historic FreeBSD makebrooks2013-11-011-1/+6
| | | | | | | | | | | | | | | | | | implementation. This fixes the toolchain and kernel-toolchain targets when building from older FreeBSD versions where make is fmake. Reported by: luigi Sponsored by: DARPA/AFRL MFC after: 3 days
| * Enable the --sysroot=/foo option in ld by always building with a sysrootbrooks2013-10-281-1/+1
| | | | | | | | | | | | | | defined. When not building as a cross linker, the sysroot is set to "/". Exp-run by: bdrewery (ports/183206) MFC after: 3 days
| * Correct ld(1) manual page for --no-add-needed set as default after r253839rea2013-10-281-19/+19
| | | | | | | | | | Approved by: dim MFC after: 2 weeks
| * Bump OS versions in the toolchain triples to 11.0, and bump thedim2013-10-101-2/+2
| | | | | | | | | | | | __FreeBSD_cc_version predefined macros in clang and gcc. Approved by: re (gjb)
* | Merge head@256308sjg2013-10-141-2/+2
| |
* | Merge head@256284sjg2013-10-139-639/+12
|\ \ | |/
| * Turn it all the way up to 11:gjb2013-10-101-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | - Update FreeBSD version in: - UPDATING - sys/conf/newvers.sh - Add 11.0 FreeBSD version for manual pages - Bump __FreeBSD_version to 1100000 Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
| * Revert r256095, r256120 (partial), r256121:gjb2013-10-0962-0/+25597
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r256095: - Add gnu/usr.bin/rcs back to the base system. r256120: - Add WITHOUT_RCS back to src.conf.5. r256121: - Remove UPDATING entry regarding gnu/usr.bin/rcs removal. Requested by: many Approved by: re (marius) Discussed with: core
| * Good bye RCS. You will be missed.eadler2013-10-0762-25597/+0
| | | | | | | | | | | | | | (devel/rcs and devel/rcs57 are available as alternatives) Approved by: core Approved by: re (hrs)
| * Remove long-unused GNU ar and ranlibemaste2013-10-015-637/+1
| | | | | | | | | | | | | | The libarchive-based replacements have been used since 2009; the GNU ones were kept to support source upgrades from FreeBSD 6. Approved by: re@ (delphij)
| * Update dialog to 1.2-20130923.dteske2013-09-241-1/+1
| | | | | | | | Approved by: re (marius)
| * After r255321, clang uses libc++ by default. This leads to a lot ofdim2013-09-122-0/+8
| | | | | | | | | | | | | | | | | | | | | | errors when you enable WITH_GNUCXX to build libstdc++, since it will include C++ headers from the libc++ installation under ${WORLDTMP}, and those are not compatible with libstdc++ at all. To fix this, add -stdlib=libstdc++ to CXXFLAGS when building libstdc++ (and its companion libsupc++) with clang. Approved by: re (delphij)
* | We do want objdirsjg2013-10-134-8/+0
| |
* | Updated dependenciessjg2013-10-135-16/+6
| |
* | Merge headsjg2013-09-112-2/+7
|\ \ | |/
| * On platforms where clang is the default compiler, don't build gcc or libstdc++.theraven2013-09-062-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To enable them, set WITH_GCC and WITH_GNUCXX in src.conf. Make clang default to using libc++ on FreeBSD 10. Bumped __FreeBSD_version for the change. GCC is still enabled on PC98, because the PC98 bootloader requires GCC to build (or, at least, hard-codes the use of gcc into its build). Thanks to everyone who helped make the ports tree ready for this (and bapt for coordinating them all). Also to imp for reviewing this and working on the forward-porting of the changes in our gcc so that we're getting to a much better place with regard to external toolchains. Sorry to all of the people who helped who I forgot to mention by name. Reviewed by: bapt, imp, dim, ...
* | Merge from headsjg2013-09-0577-17827/+238
|\ \ | |/
OpenPOWER on IntegriCloud