Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEshan dhawan via Newlib <newlib@sourceware.org>2020-06-02 19:41:40 +0300
committerCorinna Vinschen <corinna@vinschen.de>2020-06-03 12:17:47 +0300
commite6ce6f1430eee503a388cf1fc7fe6634de09fb0f (patch)
tree39c28269e2192a5fdb952c18d1f21afdde24035c /newlib/configure.host
parent8873f073c8e2c402e3ce8d8775fc22cdaf83b55c (diff)
hard float support for PowerPC taken from FreeBSD
Signed-off-by: Eshan dhawan <eshandhawan51@gmail.com>
Diffstat (limited to 'newlib/configure.host')
-rw-r--r--newlib/configure.host1
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/configure.host b/newlib/configure.host
index a84c0c80a..9d2166f3d 100644
--- a/newlib/configure.host
+++ b/newlib/configure.host
@@ -290,6 +290,7 @@ case "${host_cpu}" in
;;
powerpc*)
machine_dir=powerpc
+ libm_machine_dir=powerpc
;;
pru*)
newlib_cflags="${newlib_cflags} -DPREFER_SIZE_OVER_SPEED"