mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Now that this port does not feature support for Java/GCJ any longer,
we can simplify files/patch-arm-support accordingly.
This commit is contained in:
parent
e1902deeb2
commit
a0559f15f0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439205
@ -1,32 +1,4 @@
|
||||
--- UTC
|
||||
Index: configure
|
||||
===================================================================
|
||||
--- configure (revision 218760)
|
||||
+++ configure (working copy)
|
||||
@@ -3352,6 +3352,9 @@
|
||||
alpha*-*-*vms*)
|
||||
noconfigdirs="$noconfigdirs ${libgcj}"
|
||||
;;
|
||||
+ arm*-*-freebsd*)
|
||||
+ noconfigdirs="$noconfigdirs ${libgcj}"
|
||||
+ ;;
|
||||
arm-wince-pe)
|
||||
noconfigdirs="$noconfigdirs ${libgcj}"
|
||||
;;
|
||||
Index: configure.ac
|
||||
===================================================================
|
||||
--- configure.ac (revision 218760)
|
||||
+++ configure.ac (working copy)
|
||||
@@ -691,6 +691,9 @@
|
||||
alpha*-*-*vms*)
|
||||
noconfigdirs="$noconfigdirs ${libgcj}"
|
||||
;;
|
||||
+ arm*-*-freebsd*)
|
||||
+ noconfigdirs="$noconfigdirs ${libgcj}"
|
||||
+ ;;
|
||||
arm-wince-pe)
|
||||
noconfigdirs="$noconfigdirs ${libgcj}"
|
||||
;;
|
||||
Index: gcc/config/arm/arm.c
|
||||
===================================================================
|
||||
--- gcc/config/arm/arm.c (revision 218760)
|
||||
|
Loading…
Reference in New Issue
Block a user