Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146278435
D45638.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
771 B
Referenced Files
None
Subscribers
None
D45638.diff
View Options
diff --git a/share/mk/bsd.cpu.mk b/share/mk/bsd.cpu.mk
--- a/share/mk/bsd.cpu.mk
+++ b/share/mk/bsd.cpu.mk
@@ -108,16 +108,11 @@
_CPUCFLAGS = -march=armv7 -mfpu=vfp
. elif ${CPUTYPE:Marmv[67]*} != ""
# Handle all the armvX types that FreeBSD runs:
-# armv6, armv6t2, armv7, armv7-a, armv7ve
+# armv7, armv7-a, armv7ve
# they require -march=. All the others require -mcpu=.
_CPUCFLAGS = -march=${CPUTYPE}
. else
# Common values for FreeBSD
-# arm: (any arm v4 or v5 processor you are targeting)
-# arm920t, arm926ej-s, marvell-pj4, fa526, fa626,
-# fa606te, fa626te, fa726te
-# armv6:
-# arm1176jzf-s
# armv7: generic-armv7-a, cortex-a5, cortex-a7, cortex-a8, cortex-a9,
# cortex-a12, cortex-a15, cortex-a17
# cortex-a53, cortex-a57, cortex-a72,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Mar 2, 8:37 AM (16 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29150223
Default Alt Text
D45638.diff (771 B)
Attached To
Mode
D45638: share/mk: Remove pre-armv7 example architectures
Attached
Detach File
Event Timeline
Log In to Comment