This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH Enable libjava on arm-netbsdelf


Now all the component libraries are correctly set up, we can build libjava 
on arm-netbsdelf.

R.

2003-04-16  Richard Earnshaw  <rearnsha at arm dot com>

	* configure.in (arm-*-netbsdelf*): Enable building java libraries.
	* configure: Regenerated.


Index: configure.in
===================================================================
RCS file: /cvs/gcc/gcc/configure.in,v
retrieving revision 1.228
diff -p -p -r1.228 configure.in
*** configure.in	12 Mar 2003 20:40:49 -0000	1.228
--- configure.in	16 Apr 2003 18:20:33 -0000
*************** case "${target}" in
*** 349,354 ****
--- 349,355 ----
      # Skip some stuff that's unsupported on some NetBSD configurations.
      case "${target}" in
        i*86-*-netbsdelf*) ;;
+       arm*-*-netbsdelf*) ;;
        *)
  	noconfigdirs="$noconfigdirs ${libgcj}"
  	;;

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]