Remove usage of TARGET_LDFLAGS all together. Both TARGET_CFLAGS and TARGET_LDFLAGS...
author"Steven J. Hill" <sjhill@realitydiluted.com>
Fri, 6 Jul 2007 04:26:32 +0000 (04:26 -0000)
committer"Steven J. Hill" <sjhill@realitydiluted.com>
Fri, 6 Jul 2007 04:26:32 +0000 (04:26 -0000)
commit9a4ca08e5ffee842d0ede78c4ce9f745f0ca42b6
tree3f0ef80e7c44f59eae59c0fdfb9b56882d454112
parent9fba54740004859fd7e0936cda64d01c2b48633b
Remove usage of TARGET_LDFLAGS all together. Both TARGET_CFLAGS and TARGET_LDFLAGS are passed with the compilers and linker respectively so that we can pass CFLAGS and LDFLAGS on a per-package basis which was not possible previously and a number of packages failed to build. TARGET_CFLAGS usage in package makefiles will be removed next.
15 files changed:
package/Makefile.in
package/dbus-glib/dbus-glib.mk
package/directfb/directfb.mk
package/dmalloc/dmalloc.mk
package/file/file.mk
package/lockfile-progs/lockfile-progs.mk
package/mtd/mtd.mk
package/procps/procps-remove-flags.patch [new file with mode: 0644]
package/procps/procps.mk
package/qte/qte.mk
package/qtopia4/qtopia4.mk
package/sudo/sudo.mk
package/xfsprogs/xfsprogs.mk
package/zlib/zlib.mk
toolchain/uClibc/uclibc.mk