URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Go to most recent revision |
Details |
Compare with Previous |
View Log
Line No. |
Rev |
Author |
Line |
1 |
207 |
jeremybenn |
dnl This is the newlib/libc/machine/powerpc configure.in file.
|
2 |
|
|
dnl Process this file with autoconf to produce a configure script.
|
3 |
|
|
|
4 |
|
|
AC_PREREQ(2.59)
|
5 |
|
|
AC_INIT([newlib],[NEWLIB_VERSION])
|
6 |
|
|
AC_CONFIG_SRCDIR([setjmp.S])
|
7 |
|
|
|
8 |
|
|
dnl Can't be done in NEWLIB_CONFIGURE because that confuses automake.
|
9 |
|
|
AC_CONFIG_AUX_DIR(../../../..)
|
10 |
|
|
|
11 |
|
|
NEWLIB_CONFIGURE(../../..)
|
12 |
|
|
|
13 |
|
|
extra_objs=
|
14 |
|
|
extra_sources=
|
15 |
|
|
case $host in
|
16 |
|
|
powerpc*-*altivec*)
|
17 |
|
|
extra_objs="vfprintf.o vfscanf.o vec_malloc.o vec_calloc.o vec_free.o vec_realloc.o vec_reallocr.o vec_callocr.o"
|
18 |
|
|
extra_sources="vfprintf.c vfscanf.c vec_malloc.c vec_calloc.c vec_free.c vec_realloc.c vec_mallocr.c"
|
19 |
|
|
;;
|
20 |
|
|
powerpc*-*spe*)
|
21 |
|
|
extra_objs="atosfix16.o atosfix32.o atosfix64.o atoufix16.o atoufix32.o atoufix64.o simdldtoa.o strtosfix16.o strtosfix32.o strtosfix64.o strtoufix16.o strtoufix32.o strtoufix64.o ufix64toa.o vfprintf.o vfscanf.o"
|
22 |
|
|
extra_sources="atosfix16.c atosfix32.c atosfix64.c atoufix16.c atoufix32.c atoufix64.c simdldtoa.c strtosfix16.c strtosfix32.c strtosfix64.c strtoufix16.c strtoufix32.c strtoufix64.c ufix64toa.c vfprintf.c vfscanf.c"
|
23 |
|
|
;;
|
24 |
|
|
esac
|
25 |
|
|
AC_SUBST(extra_objs)
|
26 |
|
|
AC_SUBST(extra_sources)
|
27 |
|
|
|
28 |
|
|
AC_CONFIG_FILES([Makefile])
|
29 |
|
|
AC_OUTPUT
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.