freebsd-dev/lib/csu/powerpc64
Bryan Drewery 7c6cc9de3a Fix installation of 32bit libraries after r288074.
FILES is not used when LIBRARIES_ONLY is set, which is used to build and
install the lib32 sysroot.  All of the csu files do quality as "libraries"
for this case so just undefine LIBRARIES_ONLY.

This is still better than the previous realinstall handling as it does
not hook into META_MODE properly.

Sponsored by:	EMC / Isilon Storage Division
2015-09-21 21:44:02 +00:00
..
crt1.c Only assign the environ in the startup code when environ is NULL. 2013-01-07 17:58:27 +00:00
crti.S Turn off default generation of userland dot symbols on powerpc64 now that 2011-02-18 21:44:53 +00:00
crtn.S Mark csu on PowerPC as not requiring executable stack. 2011-01-14 11:34:58 +00:00
Makefile Fix installation of 32bit libraries after r288074. 2015-09-21 21:44:02 +00:00
Makefile.depend Add META_MODE support. 2015-06-13 19:20:56 +00:00