summaryrefslogtreecommitdiff
path: root/classes/cross.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'classes/cross.bbclass')
-rw-r--r--classes/cross.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/cross.bbclass b/classes/cross.bbclass
index a6b000cb6a..6e5480a2a0 100644
--- a/classes/cross.bbclass
+++ b/classes/cross.bbclass
@@ -18,7 +18,7 @@ CPPFLAGS = "${BUILD_CPPFLAGS}"
CFLAGS = "${BUILD_CFLAGS}"
CXXFLAGS = "${BUILD_CFLAGS}"
LDFLAGS = "${BUILD_LDFLAGS}"
-LDFLAGS_build-darwin = "-L${STAGING_LIBDIR_NATIVE} "
+LDFLAGS_build-darwin = "-L${STAGING_LIBDIR_NATIVE}"
# Overrides for paths
'>uclibc: added UCLIBC_HAS_SYS_SIGLIST to uClibc.distro so watchdog compilesFrans Meulenbroeks1 2006-08-14uclibc: patches to compile with gcc 4.1.1 with thumb instruction setFrans Meulenbroeks2 2006-08-13uclibc: added patch to compile uclibc for thumb; patch is fromFrans Meulenbroeks1 2006-01-14slugos: move to ixp4xx-kernel, change nslu2 to more generic ixp4xx in confJohn Bowler4 2005-10-24uclibc: rename ucslugc config file to nslu2 in 0.9.28John Bowler2 2005-10-19uclibc: add uClibc.machine, uClibc.distro + empty defaults in uclibc.incJohn Bowler3 2005-09-22uclibc_0.9.28: fix thumb support to allow thumb uclibcJohn Bowler6 2005-09-09uclibc: fix STT_ARM_TFUNC handling in the uclibc ld.soJohn Bowler1 2005-09-08uclibc: put ARM thumb patches from 0.9.27 into 0.9.28John Bowler3 2005-09-07uclibc: ucslugc config 0.9.28 updatedJohn Bowler1 2005-09-06uclibc: release 0.9.28 - upgrading to the release requires a rebuildJohn Bowler19