Skip to content

Commit

Permalink
Remove newlib long double math workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
fincs committed Mar 29, 2019
1 parent 641a096 commit 373eb9c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions graphics/opengl/dynamic_resolution/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ CFLAGS := -g -Wall -O2 -ffunction-sections \

CFLAGS += $(INCLUDE) -D__SWITCH__

# The following line works around an issue in newlib that produces a compilation
# error in glm. It will be removed as soon as this issue is resolved.
CFLAGS += -D_GLIBCXX_USE_C99_MATH_TR1 -D_LDBL_EQ_DBL

CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions

ASFLAGS := -g $(ARCH)
Expand Down
4 changes: 0 additions & 4 deletions graphics/opengl/lenny/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ CFLAGS := -g -Wall -O2 -ffunction-sections \

CFLAGS += $(INCLUDE) -D__SWITCH__

# The following line works around an issue in newlib that produces a compilation
# error in glm. It will be removed as soon as this issue is resolved.
CFLAGS += -D_GLIBCXX_USE_C99_MATH_TR1 -D_LDBL_EQ_DBL

CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions

ASFLAGS := -g $(ARCH)
Expand Down
4 changes: 0 additions & 4 deletions graphics/opengl/textured_cube/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ CFLAGS := -g -Wall -O2 -ffunction-sections \

CFLAGS += $(INCLUDE) -D__SWITCH__

# The following line works around an issue in newlib that produces a compilation
# error in glm. It will be removed as soon as this issue is resolved.
CFLAGS += -D_GLIBCXX_USE_C99_MATH_TR1 -D_LDBL_EQ_DBL

CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions

ASFLAGS := -g $(ARCH)
Expand Down

0 comments on commit 373eb9c

Please sign in to comment.