Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F147026526
D10787.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
513 B
Referenced Files
None
Subscribers
None
D10787.id.diff
View Options
Index: head/usr.bin/getconf/progenv.gperf
===================================================================
--- head/usr.bin/getconf/progenv.gperf
+++ head/usr.bin/getconf/progenv.gperf
@@ -30,11 +30,11 @@
* be updated. (We cheat here and define the supported environments
* statically.)
*/
-#if defined(__sparc64__) || defined(__amd64__)
+#ifdef __LP64__
#define have_LP64_OFF64 NULL
#endif
-#if defined(__i386__) || defined(__powerpc__)
+#ifdef __ILP32__
#define have_ILP32_OFFBIG NULL
#endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 8, 5:36 PM (9 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29411638
Default Alt Text
D10787.id.diff (513 B)
Attached To
Mode
D10787: Expose the ILP32/LP64 programming environments based on __ILP32__/__LP64__ instead of by architecture.
Attached
Detach File
Event Timeline
Log In to Comment