File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ CFLAGS= -std=gnu99 -march=i386 -mtune=i386 -Werror -Wall -O -ffreestanding -flea
1414CFLAGSDEBUG = -std=gnu99 -march=i386 -mtune=i386 -Werror -Wall -O -ffreestanding -fleading-underscore -nostdlib -nostdinc -fno-builtin -fno-stack-protector -Isrc/include -ggdb
1515CC = i686-elf-gcc
1616
17- LDFLAGS = -T kernel.ld -Map kernel.map -nostdinc
18- LDFLAGSDEBUG = -T kernel_debug.ld -Map kernel.map -nostdinc
17+ LDFLAGS = -T kernel.ld -Map kernel.map
18+ LDFLAGSDEBUG = -T kernel_debug.ld -Map kernel.map
1919LD = i686-elf-ld
2020
2121OBJCOPY = i686-elf-objcopy
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ NASM = nasm
66CFLAGS = -Werror -Wall -O3 -ffreestanding -fleading-underscore -nostdlib -nostdinc -fno-builtin -I'$(USERLIB ) /src/include'
77CC = i686-elf-g++
88
9- LDFLAGS = -T $(USERLIB ) /user.ld -Map program.map -nostdinc - s --gc-sections --whole-archive
9+ LDFLAGS = -T $(USERLIB ) /user.ld -Map program.map -s --gc-sections --whole-archive
1010LD = i686-elf-ld
1111
1212all : CPPTEST.ELF
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ NASM = nasm
66CFLAGS = -std=c99 -Werror -Wall -O3 -ffreestanding -fleading-underscore -nostdlib -nostdinc -fno-builtin -I'$(USERLIB ) /src/include'
77CC = i686-elf-gcc
88
9- LDFLAGS = -T $(USERLIB ) /user.ld -Map program.map -nostdinc - s --gc-sections --whole-archive
9+ LDFLAGS = -T $(USERLIB ) /user.ld -Map program.map -s --gc-sections --whole-archive
1010LD = i686-elf-ld
1111
1212all : PCILIST.ELF
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ NASM = nasm
66CFLAGS = -std=c99 -Werror -Wall -O3 -ffreestanding -fleading-underscore -nostdlib -nostdinc -fno-builtin -I'$(USERLIB ) /src/include'
77CC = i686-elf-gcc
88
9- LDFLAGS = -T $(USERLIB ) /user.ld -Map program.map -nostdinc - s --gc-sections --whole-archive
9+ LDFLAGS = -T $(USERLIB ) /user.ld -Map program.map -s --gc-sections --whole-archive
1010LD = i686-elf-ld
1111
1212all : RAYCAST.ELF
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ NASM = nasm
66CFLAGS = -std=c99 -Werror -Wall -O3 -ffreestanding -fleading-underscore -nostdlib -nostdinc -fno-builtin -I'$(USERLIB ) /src/include'
77CC = i686-elf-gcc
88
9- LDFLAGS = -T $(USERLIB ) /user.ld -Map program.map -nostdinc - s --gc-sections --whole-archive
9+ LDFLAGS = -T $(USERLIB ) /user.ld -Map program.map -s --gc-sections --whole-archive
1010LD = i686-elf-ld
1111
1212all : SHELL.ELF
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ NASM = nasm
66CFLAGS = -std=c99 -Werror -Wall -O3 -ffreestanding -fleading-underscore -nostdlib -nostdinc -fno-builtin -I'$(USERLIB ) /src/include'
77CC = i686-elf-gcc
88
9- LDFLAGS = -T $(USERLIB ) /user.ld -Map program.map -nostdinc - s --gc-sections --whole-archive
9+ LDFLAGS = -T $(USERLIB ) /user.ld -Map program.map -s --gc-sections --whole-archive
1010LD = i686-elf-ld
1111
1212all : THRDTEST.ELF
You can’t perform that action at this time.
0 commit comments