aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-04-24 20:05:34 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-04-24 20:05:34 +0000
commitc1820385dfe63bdddad462a3384267614c043415 (patch)
tree6a2467f8c0c923ecf1924309466b3c0287adbf57 /ChangeLog
parent94e02fc410d21ceacb12a63add9946c98e6048eb (diff)
downloadglibc-c1820385dfe63bdddad462a3384267614c043415.zip
glibc-c1820385dfe63bdddad462a3384267614c043415.tar.gz
glibc-c1820385dfe63bdddad462a3384267614c043415.tar.bz2
Make $(native-compile) run in source directory like other compilation commands.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b8ba409..1e22a45 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-04-24 Joseph Myers <joseph@codesourcery.com>
+
+ * Makerules (native-compile): Do not change working directory for
+ build. Use $(OUTPUT_OPTION) in command.
+ (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
+
2012-04-24 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
[BZ #13886]