* Makefile.am (CGEN_CPU_PREFIX): New variable.
(cgen.o): Use it. * Makefile.in: Regenerate. * configure.in: AC_SUBST cgen_cpu_prefix. * configure: Regenerate.
This commit is contained in:
parent
0499462e76
commit
7c269afbb6
@ -1,3 +1,16 @@
|
||||
Wed Jul 1 16:35:32 1998 Doug Evans <devans@seba.cygnus.com>
|
||||
|
||||
* Makefile.am (CGEN_CPU_PREFIX): New variable.
|
||||
(cgen.o): Use it.
|
||||
* Makefile.in: Regenerate.
|
||||
* configure.in: AC_SUBST cgen_cpu_prefix.
|
||||
* configure: Regenerate.
|
||||
|
||||
Wed Jul 1 21:38:56 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
|
||||
|
||||
* config/tc-sh (COND_JUMP_DELAY, COND12_DELAY_LENGTH): Define.
|
||||
Changed all users of COND12_DELAY.
|
||||
|
||||
start-sanitize-am33
|
||||
Mon Jun 29 14:58:36 1998 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
|
633
gas/configure
vendored
633
gas/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -368,7 +368,7 @@ changequote([,])dnl
|
||||
|
||||
case ${cpu_type} in
|
||||
m32r)
|
||||
case ${extra_objects} in
|
||||
case "x${extra_objects}" in
|
||||
*cgen.o*) ;;
|
||||
*) extra_objects="$extra_objects cgen.o"
|
||||
AC_DEFINE(USING_CGEN)
|
||||
@ -465,6 +465,17 @@ case "${obj_format}" in
|
||||
"") AC_MSG_ERROR(GAS does not know what format to use for target ${target}) ;;
|
||||
esac
|
||||
|
||||
# Unfortunately the cpu in cpu-opc.h file isn't always $(TARGET_CPU).
|
||||
cgen_cpu_prefix=""
|
||||
case "x${extra_objects}" in
|
||||
*cgen.o*)
|
||||
case ${target_cpu} in
|
||||
*) cgen_cpu_prefix=${target_cpu} ;;
|
||||
esac
|
||||
;;
|
||||
esac
|
||||
AC_SUBST(cgen_cpu_prefix)
|
||||
|
||||
dnl
|
||||
dnl Make sure the desired support files exist.
|
||||
dnl
|
||||
|
Loading…
Reference in New Issue
Block a user