diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2011-01-04 20:51:28 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2011-01-04 20:51:28 +0000 |
| commit | e1724647283748daff0b5dae2338c301bf88e1ee (patch) | |
| tree | c2e889dfe60be3e3786f90f9d27b561552cedc86 /libexec | |
| parent | 7606ddab281e7159937ee8b1e4027540e6279bff (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/rtld-elf/amd64/Makefile.inc | 1 | ||||
| -rw-r--r-- | libexec/rtld-elf/i386/Makefile.inc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/libexec/rtld-elf/amd64/Makefile.inc b/libexec/rtld-elf/amd64/Makefile.inc index 4ecf82fbab8e7..7d68611830640 100644 --- a/libexec/rtld-elf/amd64/Makefile.inc +++ b/libexec/rtld-elf/amd64/Makefile.inc @@ -1,5 +1,6 @@ # $FreeBSD$ +CFLAGS+= -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow -msoft-float # Uncomment this to build the dynamic linker as an executable instead # of a shared library: #LDSCRIPT= ${.CURDIR}/${MACHINE_CPUARCH}/elf_rtld.x diff --git a/libexec/rtld-elf/i386/Makefile.inc b/libexec/rtld-elf/i386/Makefile.inc index 4ecf82fbab8e7..7d68611830640 100644 --- a/libexec/rtld-elf/i386/Makefile.inc +++ b/libexec/rtld-elf/i386/Makefile.inc @@ -1,5 +1,6 @@ # $FreeBSD$ +CFLAGS+= -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow -msoft-float # Uncomment this to build the dynamic linker as an executable instead # of a shared library: #LDSCRIPT= ${.CURDIR}/${MACHINE_CPUARCH}/elf_rtld.x |
