Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F106069804
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
Wed, Dec 25, 9:31 PM (11 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15598772
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