From 27702ce759b0e7a95214a538c67538e36302769e Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 6 Feb 2023 19:37:22 +0200 Subject: [PATCH] Removed "-fno-rtti" flag --- Disk/AHCI/Makefile | 2 +- Disk/ATA/Makefile | 2 +- Generic/ExampleDriver/Makefile | 2 +- Input/VMwareMouse/Makefile | 2 +- Input/VirtualBoxMouse/Makefile | 2 +- Network/AMDPCNET/Makefile | 2 +- Network/IntelGigabit/Makefile | 2 +- Network/RTL8139/Makefile | 2 +- Network/RTL8169/Makefile | 2 +- Network/Virtio/Makefile | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Disk/AHCI/Makefile b/Disk/AHCI/Makefile index 17da69d9..6367bccc 100644 --- a/Disk/AHCI/Makefile +++ b/Disk/AHCI/Makefile @@ -82,7 +82,7 @@ $(FILENAME): $(OBJ) %.o: %.cpp $(HEADERS) $(info Compiling $<) - $(CPP) $(CFLAGS) $(WARNCFLAG) -std=c++20 -fexceptions -c $< -o $@ -fno-rtti + $(CPP) $(CFLAGS) $(WARNCFLAG) -std=c++20 -fexceptions -c $< -o $@ %.o: %.S $(info Compiling $<) diff --git a/Disk/ATA/Makefile b/Disk/ATA/Makefile index 4f3f1efb..a9fbbc09 100644 --- a/Disk/ATA/Makefile +++ b/Disk/ATA/Makefile @@ -82,7 +82,7 @@ $(FILENAME): $(OBJ) %.o: %.cpp $(HEADERS) $(info Compiling $<) - $(CPP) $(CFLAGS) $(WARNCFLAG) -std=c++20 -fexceptions -c $< -o $@ -fno-rtti + $(CPP) $(CFLAGS) $(WARNCFLAG) -std=c++20 -fexceptions -c $< -o $@ %.o: %.S $(info Compiling $<) diff --git a/Generic/ExampleDriver/Makefile b/Generic/ExampleDriver/Makefile index dc3841ae..e8bdf6fe 100644 --- a/Generic/ExampleDriver/Makefile +++ b/Generic/ExampleDriver/Makefile @@ -82,7 +82,7 @@ $(FILENAME): $(OBJ) %.o: %.cpp $(HEADERS) $(info Compiling $<) - $(CPP) $(CFLAGS) $(WARNCFLAG) -std=c++20 -fexceptions -c $< -o $@ -fno-rtti + $(CPP) $(CFLAGS) $(WARNCFLAG) -std=c++20 -fexceptions -c $< -o $@ %.o: %.S $(info Compiling $<) diff --git a/Input/VMwareMouse/Makefile b/Input/VMwareMouse/Makefile index d0e69b3a..1d438ee5 100644 --- a/Input/VMwareMouse/Makefile +++ b/Input/VMwareMouse/Makefile @@ -82,7 +82,7 @@ $(FILENAME): $(OBJ) %.o: %.cpp $(HEADERS) $(info Compiling $<) - $(CPP) $(CFLAGS) $(WARNCFLAG) -std=c++20 -fexceptions -c $< -o $@ -fno-rtti + $(CPP) $(CFLAGS) $(WARNCFLAG) -std=c++20 -fexceptions -c $< -o $@ %.o: %.S $(info Compiling $<) diff --git a/Input/VirtualBoxMouse/Makefile b/Input/VirtualBoxMouse/Makefile index b7aeff6b..4ea31764 100644 --- a/Input/VirtualBoxMouse/Makefile +++ b/Input/VirtualBoxMouse/Makefile @@ -82,7 +82,7 @@ $(FILENAME): $(OBJ) %.o: %.cpp $(HEADERS) $(info Compiling $<) - $(CPP) $(CFLAGS) $(WARNCFLAG) -std=c++20 -fexceptions -c $< -o $@ -fno-rtti + $(CPP) $(CFLAGS) $(WARNCFLAG) -std=c++20 -fexceptions -c $< -o $@ %.o: %.S $(info Compiling $<) diff --git a/Network/AMDPCNET/Makefile b/Network/AMDPCNET/Makefile index 4ae38c92..86cf9d44 100644 --- a/Network/AMDPCNET/Makefile +++ b/Network/AMDPCNET/Makefile @@ -82,7 +82,7 @@ $(FILENAME): $(OBJ) %.o: %.cpp $(HEADERS) $(info Compiling $<) - $(CPP) $(CFLAGS) $(WARNCFLAG) -std=c++20 -fexceptions -c $< -o $@ -fno-rtti + $(CPP) $(CFLAGS) $(WARNCFLAG) -std=c++20 -fexceptions -c $< -o $@ %.o: %.S $(info Compiling $<) diff --git a/Network/IntelGigabit/Makefile b/Network/IntelGigabit/Makefile index 3062e269..5ea6939f 100644 --- a/Network/IntelGigabit/Makefile +++ b/Network/IntelGigabit/Makefile @@ -82,7 +82,7 @@ $(FILENAME): $(OBJ) %.o: %.cpp $(HEADERS) $(info Compiling $<) - $(CPP) $(CFLAGS) $(WARNCFLAG) -std=c++20 -fexceptions -c $< -o $@ -fno-rtti + $(CPP) $(CFLAGS) $(WARNCFLAG) -std=c++20 -fexceptions -c $< -o $@ %.o: %.S $(info Compiling $<) diff --git a/Network/RTL8139/Makefile b/Network/RTL8139/Makefile index 8887e03c..6fad2fc9 100644 --- a/Network/RTL8139/Makefile +++ b/Network/RTL8139/Makefile @@ -82,7 +82,7 @@ $(FILENAME): $(OBJ) %.o: %.cpp $(HEADERS) $(info Compiling $<) - $(CPP) $(CFLAGS) $(WARNCFLAG) -std=c++20 -fexceptions -c $< -o $@ -fno-rtti + $(CPP) $(CFLAGS) $(WARNCFLAG) -std=c++20 -fexceptions -c $< -o $@ %.o: %.S $(info Compiling $<) diff --git a/Network/RTL8169/Makefile b/Network/RTL8169/Makefile index 31e51ee0..d2e1a674 100644 --- a/Network/RTL8169/Makefile +++ b/Network/RTL8169/Makefile @@ -82,7 +82,7 @@ $(FILENAME): $(OBJ) %.o: %.cpp $(HEADERS) $(info Compiling $<) - $(CPP) $(CFLAGS) $(WARNCFLAG) -std=c++20 -fexceptions -c $< -o $@ -fno-rtti + $(CPP) $(CFLAGS) $(WARNCFLAG) -std=c++20 -fexceptions -c $< -o $@ %.o: %.S $(info Compiling $<) diff --git a/Network/Virtio/Makefile b/Network/Virtio/Makefile index 6e6e3820..7d56b27b 100644 --- a/Network/Virtio/Makefile +++ b/Network/Virtio/Makefile @@ -82,7 +82,7 @@ $(FILENAME): $(OBJ) %.o: %.cpp $(HEADERS) $(info Compiling $<) - $(CPP) $(CFLAGS) $(WARNCFLAG) -std=c++20 -fexceptions -c $< -o $@ -fno-rtti + $(CPP) $(CFLAGS) $(WARNCFLAG) -std=c++20 -fexceptions -c $< -o $@ %.o: %.S $(info Compiling $<)