Chameleon

Chameleon Commit Details

Date:2010-10-05 01:33:10 (13 years 6 months ago)
Author:Evan Lojewski
Commit:570
Parents: 569
Message:Remove -mdynamic-no-pic
Changes:
M/branches/meklort/i386/modules/HPET/Makefile
M/branches/meklort/i386/modules/USBFix/Makefile
M/branches/meklort/i386/boot0/boot0.s
M/branches/meklort/i386/modules/KextPatcher/Makefile
M/branches/meklort/i386/modules/ACPIPatcher/Makefile
M/branches/meklort/i386/modules/Resolution/Makefile
M/branches/meklort/i386/boot1/boot1.s
M/branches/meklort/i386/modules/KernelPatcher/Makefile
M/branches/meklort/i386/modules/Networking/Makefile
M/branches/meklort/i386/modules/Memory/Makefile
M/branches/meklort/i386/modules/Symbols/Makefile
M/branches/meklort/i386/modules/GraphicsEnabler/Makefile
M/branches/meklort/i386/modules/HelloWorld/Makefile
M/branches/meklort/i386/modules/NetbookInstaller/Makefile

File differences

branches/meklort/i386/boot0/boot0.s
5555
5656
5757
58
58
5959
6060
6161
;
; Set to 1 to enable verbose mode
;
VERBOSEEQU 1
VERBOSEEQU 0
;
; Various constants.
branches/meklort/i386/boot1/boot1.s
5252
5353
5454
55
55
5656
5757
5858
;
; Set to 1 to enable verbose mode.
;
VERBOSEEQU1
VERBOSEEQU0
;
; Various constants.
branches/meklort/i386/modules/NetbookInstaller/Makefile
2929
3030
3131
32
32
3333
3434
3535
-DRCZ_COMPRESSED_FILE_SUPPORT $(DEBUG) \
-fno-builtin $(OMIT_FRAME_POINTER_CFLAG) \
-mpreferred-stack-boundary=2 -fno-align-functions -fno-stack-protector \
-march=pentium4 -msse2 -mfpmath=sse -msoft-float -fno-common -mdynamic-no-pic
-march=pentium4 -msse2 -mfpmath=sse -msoft-float -fno-common
DEFINES=
CONFIG = hd
branches/meklort/i386/modules/HPET/Makefile
2929
3030
3131
32
32
3333
3434
3535
-DRCZ_COMPRESSED_FILE_SUPPORT $(DEBUG) \
-fno-builtin $(OMIT_FRAME_POINTER_CFLAG) \
-mpreferred-stack-boundary=2 -fno-align-functions -fno-stack-protector \
-march=pentium4 -msse2 -mfpmath=sse -msoft-float -fno-common -mdynamic-no-pic
-march=pentium4 -msse2 -mfpmath=sse -msoft-float -fno-common
DEFINES=
CONFIG = hd
branches/meklort/i386/modules/USBFix/Makefile
2929
3030
3131
32
32
3333
3434
3535
-DRCZ_COMPRESSED_FILE_SUPPORT $(DEBUG) \
-fno-builtin $(OMIT_FRAME_POINTER_CFLAG) \
-mpreferred-stack-boundary=2 -fno-align-functions -fno-stack-protector \
-march=pentium4 -msse2 -mfpmath=sse -msoft-float -fno-common -mdynamic-no-pic
-march=pentium4 -msse2 -mfpmath=sse -msoft-float -fno-common
DEFINES=
CONFIG = hd
branches/meklort/i386/modules/KextPatcher/Makefile
2929
3030
3131
32
32
3333
3434
3535
-DRCZ_COMPRESSED_FILE_SUPPORT $(DEBUG) \
-fno-builtin $(OMIT_FRAME_POINTER_CFLAG) \
-mpreferred-stack-boundary=2 -fno-align-functions -fno-stack-protector \
-march=pentium4 -msse2 -mfpmath=sse -msoft-float -fno-common -mdynamic-no-pic
-march=pentium4 -msse2 -mfpmath=sse -msoft-float -fno-common
DEFINES=
CONFIG = hd
branches/meklort/i386/modules/ACPIPatcher/Makefile
2929
3030
3131
32
32
3333
3434
3535
-DRCZ_COMPRESSED_FILE_SUPPORT $(DEBUG) \
-fno-builtin $(OMIT_FRAME_POINTER_CFLAG) \
-mpreferred-stack-boundary=2 -fno-align-functions -fno-stack-protector \
-march=pentium4 -msse2 -mfpmath=sse -msoft-float -fno-common -mdynamic-no-pic
-march=pentium4 -msse2 -mfpmath=sse -msoft-float -fno-common
DEFINES=
CONFIG = hd
branches/meklort/i386/modules/Resolution/Makefile
2929
3030
3131
32
32
3333
3434
3535
-DRCZ_COMPRESSED_FILE_SUPPORT $(DEBUG) \
-fno-builtin $(OMIT_FRAME_POINTER_CFLAG) \
-mpreferred-stack-boundary=2 -fno-align-functions -fno-stack-protector \
-march=pentium4 -msse2 -mfpmath=sse -msoft-float -fno-common -mdynamic-no-pic
-march=pentium4 -msse2 -mfpmath=sse -msoft-float -fno-common
DEFINES=
CONFIG = hd
branches/meklort/i386/modules/KernelPatcher/Makefile
2929
3030
3131
32
32
3333
3434
3535
-DRCZ_COMPRESSED_FILE_SUPPORT $(DEBUG) \
-fno-builtin $(OMIT_FRAME_POINTER_CFLAG) \
-mpreferred-stack-boundary=2 -fno-align-functions -fno-stack-protector \
-march=pentium4 -msse2 -mfpmath=sse -msoft-float -fno-common -mdynamic-no-pic
-march=pentium4 -msse2 -mfpmath=sse -msoft-float -fno-common
DEFINES=
CONFIG = hd
branches/meklort/i386/modules/Networking/Makefile
2929
3030
3131
32
32
3333
3434
3535
-DRCZ_COMPRESSED_FILE_SUPPORT $(DEBUG) \
-fno-builtin $(OMIT_FRAME_POINTER_CFLAG) \
-mpreferred-stack-boundary=2 -fno-align-functions -fno-stack-protector \
-march=pentium4 -msse2 -mfpmath=sse -msoft-float -fno-common -mdynamic-no-pic
-march=pentium4 -msse2 -mfpmath=sse -msoft-float -fno-common
DEFINES=
CONFIG = hd
branches/meklort/i386/modules/Memory/Makefile
2929
3030
3131
32
32
3333
3434
3535
-DRCZ_COMPRESSED_FILE_SUPPORT $(DEBUG) \
-fno-builtin $(OMIT_FRAME_POINTER_CFLAG) \
-mpreferred-stack-boundary=2 -fno-align-functions -fno-stack-protector \
-march=pentium4 -msse2 -mfpmath=sse -msoft-float -fno-common -mdynamic-no-pic
-march=pentium4 -msse2 -mfpmath=sse -msoft-float -fno-common
DEFINES=
CONFIG = hd
branches/meklort/i386/modules/Symbols/Makefile
2323
2424
2525
26
26
2727
2828
2929
-DRCZ_COMPRESSED_FILE_SUPPORT $(DEBUG) \
-fno-builtin $(OMIT_FRAME_POINTER_CFLAG) \
-mpreferred-stack-boundary=2 -fno-align-functions -fno-stack-protector \
-march=pentium4 -msse2 -mfpmath=sse -msoft-float -fno-common -mdynamic-no-pic
-march=pentium4 -msse2 -mfpmath=sse -msoft-float -fno-common
DEFINES=
CONFIG = hd
branches/meklort/i386/modules/GraphicsEnabler/Makefile
2929
3030
3131
32
32
3333
3434
3535
-DRCZ_COMPRESSED_FILE_SUPPORT $(DEBUG) \
-fno-builtin $(OMIT_FRAME_POINTER_CFLAG) \
-mpreferred-stack-boundary=2 -fno-align-functions -fno-stack-protector \
-march=pentium4 -msse2 -mfpmath=sse -msoft-float -fno-common -mdynamic-no-pic
-march=pentium4 -msse2 -mfpmath=sse -msoft-float -fno-common
DEFINES=
CONFIG = hd
branches/meklort/i386/modules/HelloWorld/Makefile
2929
3030
3131
32
32
3333
3434
3535
-DRCZ_COMPRESSED_FILE_SUPPORT $(DEBUG) \
-fno-builtin $(OMIT_FRAME_POINTER_CFLAG) \
-mpreferred-stack-boundary=2 -fno-align-functions -fno-stack-protector \
-march=pentium4 -msse2 -mfpmath=sse -msoft-float -fno-common -mdynamic-no-pic
-march=pentium4 -msse2 -mfpmath=sse -msoft-float -fno-common
DEFINES=
CONFIG = hd

Archive Download the corresponding diff file

Revision: 570