Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F171416054
D53036.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D53036.id.diff
View Options
diff --git a/stand/i386/boot2/Makefile b/stand/i386/boot2/Makefile
--- a/stand/i386/boot2/Makefile
+++ b/stand/i386/boot2/Makefile
@@ -33,7 +33,8 @@
CFLAGS.gcc+= -Os \
-fno-asynchronous-unwind-tables \
- --param max-inline-insns-single=100
+ --param max-inline-insns-single=100 \
+ --param min-pagesize=1024
CFLAGS.clang+= -Oz ${CLANG_OPT_SMALL}
diff --git a/stand/i386/gptboot/Makefile b/stand/i386/gptboot/Makefile
--- a/stand/i386/gptboot/Makefile
+++ b/stand/i386/gptboot/Makefile
@@ -34,7 +34,8 @@
-Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings \
-Wno-pointer-sign
-CFLAGS.gcc+= --param max-inline-insns-single=100
+CFLAGS.gcc+= --param max-inline-insns-single=100 \
+ --param min-pagesize=1024
LD_FLAGS+=${LD_FLAGS_BIN}
diff --git a/stand/i386/gptzfsboot/Makefile b/stand/i386/gptzfsboot/Makefile
--- a/stand/i386/gptzfsboot/Makefile
+++ b/stand/i386/gptzfsboot/Makefile
@@ -46,7 +46,8 @@
NO_WCAST_ALIGN=
-CFLAGS.gcc+= --param max-inline-insns-single=100
+CFLAGS.gcc+= --param max-inline-insns-single=100 \
+ --param min-pagesize=1024
LD_FLAGS+=${LD_FLAGS_BIN}
diff --git a/stand/i386/isoboot/Makefile b/stand/i386/isoboot/Makefile
--- a/stand/i386/isoboot/Makefile
+++ b/stand/i386/isoboot/Makefile
@@ -29,7 +29,8 @@
-Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings \
-Wno-pointer-sign
-CFLAGS.gcc+= --param max-inline-insns-single=100
+CFLAGS.gcc+= --param max-inline-insns-single=100 \
+ --param min-pagesize=1024
CFLAGS.clang+= -Oz ${CLANG_OPT_SMALL}
LD_FLAGS+=${LD_FLAGS_BIN}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Sep 12, 12:33 AM (13 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38746889
Default Alt Text
D53036.id.diff (1 KB)
Attached To
Mode
D53036: stand/i386: quiet gcc -Warray-bounds
Attached
Detach File
Event Timeline
Log In to Comment