Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109861329
D27127.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1004 B
Referenced Files
None
Subscribers
None
D27127.diff
View Options
Index: head/lib/csu/tests/Makefile
===================================================================
--- head/lib/csu/tests/Makefile
+++ head/lib/csu/tests/Makefile
@@ -3,6 +3,7 @@
SUBDIR= dso
TESTS_SUBDIRS= dynamic
TESTS_SUBDIRS+= dynamiclib
+TESTS_SUBDIRS+= dynamicpie
TESTS_SUBDIRS+= static
SUBDIR_DEPEND_dynamiclib=dso
Index: head/lib/csu/tests/dynamic/Makefile
===================================================================
--- head/lib/csu/tests/dynamic/Makefile
+++ head/lib/csu/tests/dynamic/Makefile
@@ -2,5 +2,8 @@
.PATH: ${.CURDIR:H}
+.include <src.opts.mk>
+MK_PIE= no
+
.include "../Makefile.tests"
.include <bsd.test.mk>
Index: head/lib/csu/tests/dynamicpie/Makefile
===================================================================
--- head/lib/csu/tests/dynamicpie/Makefile
+++ head/lib/csu/tests/dynamicpie/Makefile
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR:H}
+
+.include <src.opts.mk>
+MK_PIE= yes
+
+.include "../Makefile.tests"
+.include <bsd.test.mk>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Feb 11, 11:24 AM (10 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16594196
Default Alt Text
D27127.diff (1004 B)
Attached To
Mode
D27127: Add C startup code tests for PIE binaries.
Attached
Detach File
Event Timeline
Log In to Comment