Skip to content

Commit 6bbae89

Browse files
nashifstephanosio
authored andcommitted
nios2: add multilib support
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent 5d63b9a commit 6bbae89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gcc/config/nios2/t-nios2

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
# along with GCC; see the file COPYING3. If not see
1919
# <http://www.gnu.org/licenses/>.
2020

21-
# MULTILIB_OPTIONS = mno-hw-mul/mhw-mulx mcustom-fpu-cfg=60-1/mcustom-fpu-cfg=60-2
22-
# MULTILIB_DIRNAMES = nomul mulx fpu-60-1 fpu-60-2
23-
# MULTILIB_EXCEPTIONS =
21+
MULTILIB_OPTIONS = mno-hw-mul/mhw-mulx mcustom-fpu-cfg=60-1/mcustom-fpu-cfg=60-2
22+
MULTILIB_DIRNAMES = nomul mulx fpu-60-1 fpu-60-2
23+
MULTILIB_EXCEPTIONS =
2424

2525
# MULTILIB_OPTIONS += EL/EB
2626
# MULTILIB_DIRNAMES += le be

0 commit comments

Comments
 (0)