From 9d71a9b407b75e623b5fda93167b2c127659537a Mon Sep 17 00:00:00 2001 From: Daniel Jahre Date: Wed, 27 Jul 2005 10:36:14 +0000 Subject: [PATCH] Daniel Jahre: added new gcc option to hppa architecture, this is needed for glibc ... [2005042513270820135] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@6243 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- architecture/hppa/gcc-options | 2 ++ 1 file changed, 2 insertions(+) diff --git a/architecture/hppa/gcc-options b/architecture/hppa/gcc-options index 9a9e3aa79..099002e35 100644 --- a/architecture/hppa/gcc-options +++ b/architecture/hppa/gcc-options @@ -6,3 +6,5 @@ fi if [ "$ROCKCFG_HPPA_BITS" == "64" ] ; then var_append GCC_WRAPPER_INSERT " " "-march=2.0" fi + +var_append GCC_WRAPPER_INSERT " " "-fno-unit-at-a-time"