Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

fdlibm: math.h #1

Merged
merged 2 commits into from
Jan 24, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'master' into fdlibm
  • Loading branch information
a1ive committed Jan 24, 2019
commit fc42c1ccbcb3b5cfa2c2f5484db67c48a0cf73c5
8 changes: 8 additions & 0 deletions grub-core/Makefile.core.def
Original file line number Diff line number Diff line change
Expand Up @@ -2601,3 +2601,11 @@ module = {
common = lib/fdlibm/s_expm1.c;
common = lib/fdlibm/s_copysign.c;
};

module = {
name = qrcode;
common = lib/qrcode/qrcode.c;
common = lib/qrcode/qr_encode.c;
cflags = '$(CFLAGS_POSIX)';
cppflags = '$(CPPFLAGS_POSIX)';
};
You are viewing a condensed version of this merge commit. You can view the full changes here.